Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DynamicQuillTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,6 @@ class QuillToolbarButton extends QuillToolbarItem {
onClick(button, quill) {

}
}
}

export { QuillToolbarItem, QuillToolbarDropDown, QuillToolbarButton }
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "dynamicquilltools",
"version": "1.0.0",
"description": "DynamicQuillTools is a library that allows you to dynamically add or remove new custom elements to/from a Quill Editor's toolbar. For instance a button or a drop down menu.",
"main": "DynamicQuillTools.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/T-vK/DynamicQuillTools.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/T-vK/DynamicQuillTools/issues"
},
"homepage": "https://github.com/T-vK/DynamicQuillTools#readme"
}