quill-file

0.0.2 • Public • Published

quill-file

附件📎上传模块

安装

npm i quill-file

注册

import Quill from 'quill';
import FileBlot from 'quill-file';

Quill.register(FileBlot);

使用

quill.setContents([
  { 
    "insert": { "file": "http://huaweicloud.com/" }, 
    "attributes": {
      "title": "18-11 threejs与3D模型 mark.pptx",
      "size": "(9 MB)"
    } 
  }
]);

Readme

Keywords

Package Sidebar

Install

npm i quill-file

Weekly Downloads

8

Version

0.0.2

License

MIT

Unpacked Size

495 kB

Total Files

5

Last publish

Collaborators

  • kagol