🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@gived/quill-comment

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gived/quill-comment

## Usage ```typescript import { registerQuillComment } = from "@gived/quill-comment"; registerQuillComment(Quill);

npmnpm
Version
1.0.2
Version published
Weekly downloads
2
-84.62%
Maintainers
1
Weekly downloads
 
Created
Source

Quill-Comment

Usage

import { registerQuillComment } = from "@gived/quill-comment";
registerQuillComment(Quill);

const qComments = quill.getModule('quill-comment');

qComments.onCommentsUpdate = comments => {
    quillComments = comments;
};
const comments = qComments.getComments();

qComments.addComment(range, commentId);

Building

npm run build
npm run build -- -w

FAQs

Package last updated on 29 Apr 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