Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcaballero/canvas-drawings
Library for drawing images using Node and Canvas.
https://github.com/lcaballero/canvas-drawings
Last synced: 23 days ago
JSON representation
Library for drawing images using Node and Canvas.
- Host: GitHub
- URL: https://github.com/lcaballero/canvas-drawings
- Owner: lcaballero
- Created: 2013-12-16T06:11:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T15:25:08.000Z (about 11 years ago)
- Last Synced: 2024-04-14T19:27:30.879Z (9 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Organization
The project is made up of two projects. The project in canvas/ holds algorithms
for generating images using canvas. Example if you will. At the moment each
drawing is a work in progress.The project in vec/ holds the library used to generate the drawings using a
canvas context.# Setup
```
%> cd path-to-project
%> cd vec; npm install
%> cd ../canvas; npm install
%> ./run.sh
```The final command runs the file watch/main.js