
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
quill-image-drop-module
Advanced tools
A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
import Quill from 'quill';
import { ImageDrop } from 'quill-image-drop-module';
Quill.register('modules/imageDrop', ImageDrop);
const quill = new Quill(editor, {
// ...
modules: {
// ...
imageDrop: true
}
});
Copy image-drop.min.js into your web root or include from node_modules
<script src="/node_modules/quill-image-drop-module/image-drop.min.js"></script>
var quill = new Quill(editor, {
// ...
modules: {
// ...
imageDrop: true
}
});
v1.0.3 - March 29, 2017
FAQs
A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
The npm package quill-image-drop-module receives a total of 10,054 weekly downloads. As such, quill-image-drop-module popularity was classified as popular.
We found that quill-image-drop-module demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.