https://github.com/danielktaylor/fabric-js-editor
An HTML5 vector image editor built with Fabric.js
https://github.com/danielktaylor/fabric-js-editor
Last synced: 26 days ago
JSON representation
An HTML5 vector image editor built with Fabric.js
- Host: GitHub
- URL: https://github.com/danielktaylor/fabric-js-editor
- Owner: danielktaylor
- License: mit
- Created: 2016-08-02T21:31:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T07:25:06.000Z (almost 7 years ago)
- Last Synced: 2024-02-15T00:35:40.071Z (about 1 year ago)
- Language: JavaScript
- Size: 609 KB
- Stars: 262
- Watchers: 21
- Forks: 68
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-canvas - fabric-js-editor - An HTML5 vector image editor built with Fabric.js.   (Libraries / Canvas draw)
README
# Fabric.js Editor
A 100% web-based vector image editor that uses the HTML5 canvas element and [Fabric.js](http://fabricjs.com/)
## Running the code
npm install
gulp devIf you run `gulp` without any arguments, you can see a list of the other tasks.
## Screenshots

## TODO's
* Switch to [gToolbars.js](https://github.com/danielktaylor/gToolbars.js), which is based on this project, for the toolbars
* Strip out some remaining code that talks to the (no longer existing) backend server