bkniffler / draft-wysiwyg

Draft-JS experiments with drag&drop, resizing, tooltips, WIP
https://draft-wysiwyg.herokuapp.com/
MIT License
451 stars 62 forks source link

Abandoned. Use this instead. #23

Open iyobo opened 7 years ago

iyobo commented 7 years ago

I'm sure you came here because it was the first thing on google you saw when searching for a draft.js wysiwyg editor.

What you will soon discover is that this project is abandoned, with no documentation, and the author also did not commit the source code used in the demo you also likely saw (running on a free tier heroku server).

Go here instead for a draft.js wysiwyg editior

willbryk720 commented 6 years ago

He did commit the demo code. If you clone the repo, then cd into it, run npm install, and then run npm start, you should see the demo at localhost:3030

huangzhuolin commented 4 years ago

@willbryk720 I find that the source code is compiled and minified.