quill-counter

0.0.2 • Public • Published

quill-counter

Quill字符统计模块

安装

npm i quill-counter

注册

import Quill from 'quill';
import Counter from 'quill-counter';

Quill.register('modules/counter', Counter);

开启

const quill = new Quill('#editor', {
  theme: 'snow',
  modules: {
    counter: true
  }
});

Readme

Keywords

none

Package Sidebar

Install

npm i quill-counter

Weekly Downloads

12

Version

0.0.2

License

ISC

Unpacked Size

774 kB

Total Files

6

Last publish

Collaborators

  • kagol