Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 733 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 733 Bytes

Draft.js Editor

A Text-editor with super cool features built in Draft.js.

Image:

Draft.js Editor

Usage:

  • Working on a Full-Stack Blog App(Blogic), where this editor will serve for blog writing.
  • Will release NPM package of this editor.

Upcoming Features:

  • Font size changable
  • Font type changable
  • Font Color changable
  • Image Insertion
  • Link Insertion(Hyperlinks)

Installation:

  1. Clone the repository. git clone https://github.com/gupta-piyush19/Draft-JS-Editor.git
  2. Go to the project directory.
  3. Run npm i or yarn add to install all the dependencies required.
  4. Run yarn start in project directory to run the app.