diff --git a/src/bellows.js b/src/bellows.js index 71b420a..92d1ae6 100644 --- a/src/bellows.js +++ b/src/bellows.js @@ -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'