上传者: 42122432
|
上传时间: 2021-11-18 17:31:07
|
文件大小: 35KB
|
文件类型: -
笔管ImageResize模块
Quill富文本编辑器的模块,允许调整图像大小。
另请参阅 ,该模块可为Quill启用复制粘贴和拖放功能。
演示版
用法
Webpack / ES6
import Quill from 'quill' ;
import { ImageResize } from 'quill-image-resize-module' ;
Quill . register ( 'modules/imageResize' , ImageResize ) ;
const quill = new Quill ( editor , {
// ...
modules : {
// ...
imageResize : {
// See optional "config" below
}
}