Image manipulation & optimization tools
- Recursive loading of files inside sub folders
- Support for .jpg, .png & .webp
- Task queue to chain multiple tasks
- Allow list & ignore list to convert only specific images within a task
- Source set generation
- Composition mode to combine multiple images into one
- Clone this repo
- Run
npm install
- Place your images inside the
img
folder. Subdirectories are allowed - Adjust the
config.ts
file inside thesrc
directory to your liking - Run
npm start
The output will be saved inside the out
folder.