mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Fixed unit test link, removed build doc instruction (appear to only be in fabricjs.com repo)
This commit is contained in:
parent
e8de627f98
commit
3fcdc4d712
1 changed files with 1 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ Using Fabric.js, you can create and populate objects on canvas; objects like sim
|
|||
- IE8 (incomplete — about 17 failing tests at the moment)
|
||||
- IE7,6 (incomplete - about 27 failing tests at the moment)
|
||||
|
||||
You can [run automated unit tests](http://kangax.github.com/fabric.js/test/unit/) right in the browser.
|
||||
You can [run automated unit tests](http://fabricjs.com/test/unit/) right in the browser.
|
||||
|
||||
### History
|
||||
|
||||
|
|
@ -75,10 +75,6 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print
|
|||
# or Google Closure Compiler
|
||||
$ node build.js modules=... minifier=closure
|
||||
|
||||
4. Optionally, you can build documentation
|
||||
|
||||
$ node build_docs.js
|
||||
|
||||
### Demos
|
||||
|
||||
- [Demos](http://fabricjs.com/demos/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue