https://github.com/rookiemonkey/boilerplate-image-minifier
:high_brightness: :flashlight: :wrench: :hammer: boilerplate to automate minification of image files
https://github.com/rookiemonkey/boilerplate-image-minifier
Last synced: over 1 year ago
JSON representation
:high_brightness: :flashlight: :wrench: :hammer: boilerplate to automate minification of image files
- Host: GitHub
- URL: https://github.com/rookiemonkey/boilerplate-image-minifier
- Owner: rookiemonkey
- Created: 2022-07-13T05:15:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T05:26:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T12:12:57.299Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Put the images inside a folder name 'src/img' needed to be convered and minified.
2. Run minifier
```$ npm run minifier```
3. The results should be inside a created folder called 'build/img'.