Closed ashikck closed 1 year ago
Have you tried doing this? I think that allows transparency
const quill = new Quill(editor, { // ... modules: { // ... imageCompress: { imageType: 'image/png', // allows transparency } } });
Thanks alot. Working good.
Have you tried doing this? I think that allows transparency