elegant-editor
v0.3.1
Published
An elegant way to edit text.
Downloads
2
Readme
Elegant Editor
Elegant editor is an elegant way to edit text with inline editing.
Getting Started
After downloading the project, you can get started with the following commands:
Install dependencies
npm installTest the project
npm run testRun the project
This will run a demo page to see the libary in action.
npm startBuilding and publishing
npm run build
npm publish