An open API service indexing awesome lists of open source software.

https://github.com/afaur/node-image-maker

Uses node-canvas to create a png image.
https://github.com/afaur/node-image-maker

Last synced: over 1 year ago
JSON representation

Uses node-canvas to create a png image.

Awesome Lists containing this project

README

          

# Node Image Maker
Uses `node-canvas` to create a `png` image.

# Setup
```
git clone git@github.com:afaur/node-image-maker.git
cd node-image-maker
npm install (or yarn install)
npm run build
```