Socket
Book a DemoInstallSign in
Socket

quill-file

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quill-file

Quill附件

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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)"
    } 
  }
]);

Keywords

quill

FAQs

Package last updated on 08 Dec 2020

Did you know?

Socket

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.

Install

Related posts