You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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), }) }) }
i 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?
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
The text was updated successfully, but these errors were encountered: