This project is not intended as a complete one-stop solution for your desired web-editor. Instead, it is recommended for you to dive into the core drafjs documention and api and build your uniq web editor. Unlike the last-draftjs project. All major plugins are embeded inside the project which makes your modifications much easier.
Install dependencies
$ yarn install && cd demo && yarn install
Start development
$ yarn dev
This project is licensed under the MIT License - see the LICENSE.md file for details
Inspired by Last draftjs and awesome Spectrum project