mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Update README
This commit is contained in:
parent
bcc90f1120
commit
6a456f39f0
1 changed files with 8 additions and 0 deletions
|
|
@ -104,6 +104,14 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print
|
|||
|
||||
//# sourceMappingURL=fabric.min.js.map
|
||||
|
||||
6. Lint source code (prerequisite: `npm -g install jshint`)
|
||||
|
||||
$ jshint src
|
||||
|
||||
7. Ensure code guidelines are met (prerequisite: `npm -g install jscs`)
|
||||
|
||||
$ jscs src
|
||||
|
||||
### Demos
|
||||
|
||||
- [Demos](http://fabricjs.com/demos/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue