quill-image-drop-module
quill-image-drop-module copied to clipboard
A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
Hi, Please add a license so we can use this package. Thank you!
When importing this package on typescript, I get a `Cannot find module 'quill-image-drop-module' or its corresponding type declarations.`
import ReactQuill,{Quill} from 'react-quill'; import ImageResize from 'quill-image-resize-module'; Quill.register('modules/ImageResize', ImageResize); × Unhandled Rejection (TypeError): Cannot read property 'imports' of undefined ▼ 13 stack frames were expanded. (anonymous function) node_modules/quill-image-resize-module/image-resize.min.js:1 e...
Hi) Maybe someone tried to paste image(or make dnd image) from Microsoft Outlook mails? It's throw error in console like: Not allowed to load local resource: file:///C:/Users/asad/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png And quill painted...
move your mouse on a picture in chrome , use the right-click mouse menu option, copy img, then paste into editor,two different img src will show. one img src is...
can't find the licensing info for this module.
Anybody knows how to solve it?
I can't seem to get the demo to work in chrome: https://plnkr.co/edit/ubVmPkBjqQESsefM3JrT?p=preview However, it will work in FF, IE. Is there some sort of security setting needed to enable it...
I have a vuejs2 project, and have embedded vue2-editor which is based on quill. I have added: ``` import { ImageDrop } from 'quill-image-drop-module' import { ImageResize } from 'quill-image-resize-module'...