Socket
Book a DemoInstallSign in
Socket

quill-counter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quill-counter

Quill Counter

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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

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