JuiceEditor
A powerful rich text editor.
Currently still under development and not yet stable.
Quick Start
1.Install JuiceEditor
npm install @coffic/juice-editor
2.Use JuiceEditor in your project
import editor from '@coffic/juice-editor'
editor.onCreate(() => {
console.log('create')
})
editor.onUpdate(() => {
console.log('update')
})
3.Use JuiceEditor in your template
<juice-editor></juice-editor>
Documentation
https://cofficlab.github.io/en/juiceEditor/
Playground
https://cofficlab.github.io/JuiceEditor-Playground/
Related Projects
Products based on JuiceEditor
Built based on the following projects
NPM Packages
Maintainer
Work for Joy & Live for Love ➡️ https://github.com/nookery
Contributing
Show your ❤️ by ⭐️ing this repository! It means a lot.
Clone the repo, do something, make a PR.
Looking forward to your PRs, you amazing ideas.
License
JuiceEditor is released under a dual license:
- For non-commercial use: MIT License
- For commercial use or modifications: Please contact the author for a commercial license.
Any use of this software for commercial purposes or any modifications to the source code require explicit permission from the author.