react-fabric-extended-editor
v0.0.1
Published
A simple project to create wrapper around fabricjs, which is extensible, using react.
Downloads
4
Maintainers
Readme
React Fabric Editor
A simple project to create wrapper around fabricjs, which is extensible, using react.
Description
- Aim is to create an fabricjs editor where user can draw.
- It should have menu options like creating a rectangle, or color picker.
- Menu Option should be customizable.
- Editor functionality should be customizable.
- Editor functionality can be extended with custom plugin.
Current Work
https://user-images.githubusercontent.com/7884106/216349247-26240d76-5655-439d-a634-e8ac09f20b82.mp4
Development
Creating build
npm run build
Starting development server
npm start