1.0.5 • Published 4 years ago

@gived/quill-comment v1.0.5

Weekly downloads
11
License
ISC
Repository
-
Last release
4 years ago

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