Add install instructions
This commit is contained in:
parent
7f60fdfb97
commit
c4eb8d3c32
|
@ -6,6 +6,21 @@
|
|||
* const bellows = require('bellows')
|
||||
*/
|
||||
|
||||
/**
|
||||
* ### Install (node.js)
|
||||
*
|
||||
* First, install dependencies required by
|
||||
* [node-canvas](https://github.com/Automattic/node-canvas) by following
|
||||
* the [install instructions](https://github.com/Automattic/node-canvas#installation)
|
||||
* for your OS.
|
||||
*
|
||||
*```
|
||||
* git clone https://github.com/sixteenmillimeter/bellows.git
|
||||
* cd bellows
|
||||
* npm install
|
||||
*```
|
||||
*/
|
||||
|
||||
const IN = 25.4
|
||||
const BLACK = '0,0,0,1.0'
|
||||
|
||||
|
|
Loading…
Reference in New Issue