create-graphic
Version:
Draws on a canvas element with the given size and function and returns the result
25 lines (24 loc) • 554 B
JSON
{
"name": "create-graphic",
"version": "1.0.2",
"description": "Draws on a canvas element with the given size and function and returns the result",
"author": "Nik Rowell <nik@nikrowell.com>",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/nikrowell/create-graphic.git"
},
"keywords": [
"canvas",
"canvas-2d",
"canvas-context",
"webgl",
"webgl-textures",
"graphic",
"particles"
],
"scripts": {
"test": "echo 'You should be unit testing'"
}
}