-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "sketches",
"version": "1.0.0",
"description": "- [canvas-sketch](https://github.com/mattdesl/canvas-sketch) is a loose collection of tools, modules and ressources for creating generative art in JavaScript and the browser using `<canvas>` tag. it is designed to help create artworks and images with code, randomness, algorithms and emergent systems. - it exports high-resolution PNG or Giclée prints, render image sequences to GIF and MP4 loops, generates SVG files for mechanical pen plotters, automatically git hash your artworks for long-term archiving, and much more. - these tools can be used on their own, or can be combined with your favourite graphics library like ThreeJS, P5.js, D3, etc.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"canvas-sketch": "^0.7.5",
"canvas-sketch-util": "^1.10.0",
"canvas2svg": "^1.0.16",
"chromotome": "^1.20.0",
"colormap": "^2.3.2",
"glsl-noise": "^0.0.0",
"glslify": "^7.1.1",
"hydra-synth": "^1.3.17",
"nice-color-palettes": "^3.0.0",
"p5": "^1.4.1",
"riso-colors": "^1.0.1",
"three": "^0.139.2",
"tweakpane": "^3.0.8"
},
"devDependencies": {
"lil-gui": "^0.16.1"
}
}