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.
- Host: GitHub
- URL: https://github.com/afaur/node-image-maker
- Owner: afaur
- Created: 2017-06-05T19:45:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T19:48:14.000Z (about 9 years ago)
- Last Synced: 2025-02-12T13:56:47.877Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```