Concatenate images.
Install
node-canvas's dependency of Cairo is required.
On Ubuntu 16.04 LTS this can be done by running the following.
sudo apt install libcairo2-dev libjpeg-dev libgif-dev
Then install the node module by running the following.
npm install --save concat-image
Usage
var concat = ;var fs = ; ;
Licence
MIT