From c4eb8d3c32c6cac8397cc79346d1f576247f7799 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Wed, 27 Dec 2017 17:01:43 -0500 Subject: [PATCH] Add install instructions --- src/bellows.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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'