A grunt plugin that will straight-up crush some images.
npm install grunt-crusherA grunt plugin that will straight-up crush some images.
Right now I've only added 24-bit > 8-bit crushing. Goal is to integrate all the different smashers/smushers/crunchers that you could possibly need for all image types.
##How to use
* Install with: ``npm install grunt-crusher`.`
* Call grunt.loadNpmTasks('grunt-crusher')` in grunt.js
* In your grunt.js config:
```
crusher: {
app: {
files: [
'/some-image.png',
'/other/images/*/.png'
],
eightbit: true
}
}
##Changelog
* v0.1.0 Initial release.