quill-filestack-uploader
v1.1.0
Published
Filestack image uploader module for Quill
Downloads
7
Maintainers
Readme
Quill Filestack Uploader
v1.0.0-alpha
const quill = new Quill('#editor', {
modules: {
filestackUploader: {
filestack: window['filestack'],
filestackApiKey: '__FILESTACK_API_KEY__',
fromSources: ['local_file_system', 'googledrive', 'url', 'imagesearch', ...]
}
}
});
