How install GraphicsMagick/ImageMagick on server?
checkonetwo opened this issue ยท 3 comments
Hi!
When I upload image on server I get this
https://gyazo.com/8d0c38e09e58bf50d9cb5cdb6ad8b0b2
i installed GM with - npm install gm - and its still not working
please help
and where a place where I could turn off this plugin? I can't even find where its initialized
thx for u work!
I only find this - but when i return only file what i received - there is nothing to change
export const imageCompressor = file => { return new Promise(resolve => { new Compress(file, { quality: 0.6, success: file => resolve(file), error: err => console.log(err.message), }) }) }
and how I can disable this compression plugin?
Hi!
When I upload image on server I get this
https://gyazo.com/8d0c38e09e58bf50d9cb5cdb6ad8b0b2i installed GM with - npm install gm - and its still not working
please help
can you tell how to generate build files? I'm using this project but I can't build the project for production mode. I generate bundle.js using webpack. What should I do now?