mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Add npm installation information
This commit is contained in:
parent
487010445b
commit
d6a4691b8c
1 changed files with 4 additions and 0 deletions
|
|
@ -81,6 +81,10 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print
|
|||
|
||||
$ bower install fabric
|
||||
|
||||
<h3 id="npm-install">Install with npm</h3>
|
||||
To install Fabric.js using npm, you must first manually [install Cario](http://cairographics.org/download/) on your system. When the installation is complete, you may need to restart your terminal or command prompt before installing fabric.
|
||||
|
||||
$ npm install fabric --save
|
||||
|
||||
<h3 id="fabric-building">Building</h3>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue