I'm looking for a node.js module.
A node.js module that I can use to serve compressed images of the sort by the smushit service.
Is there such a module?
Thanks
I'm looking for a node.js module.
A node.js module that I can use to serve compressed images of the sort by the smushit service.
Is there such a module?
Thanks
Try this library jimp for node js
Detected path and can use combination compressing.
SVG
JPG
PNG
GIF
https://www.npmjs.com/package/compress-images
Maybe https://github.com/bentruyman/pulverizr?
You can use GraphicsMagick for node.js.
maybe you can use
imagemin
github:https://github.com/imagemin/imagemin
It can work.
For anyone googling this, GraphicsMagic is hosted on NPM as gm: https://www.npmjs.org/package/gm