A Text-editor with super cool features built in Draft.js.
- Working on a Full-Stack Blog App(Blogic), where this editor will serve for blog writing.
- Will release NPM package of this editor.
- Font size changable
- Font type changable
- Font Color changable
- Image Insertion
- Link Insertion(Hyperlinks)
- Clone the repository.
git clone https://github.com/gupta-piyush19/Draft-JS-Editor.git
- Go to the project directory.
- Run
npm i
oryarn add
to install all the dependencies required. - Run
yarn start
in project directory to run the app.