glsl-halftone
Version:
a halftone effect in GLSL
36 lines (35 loc) • 745 B
JSON
{
"name": "glsl-halftone",
"version": "1.0.4",
"description": "a halftone effect in GLSL",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"glsl-aastep": "^1.0.0",
"glsl-noise": "0.0.0"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"keywords": [
"halftone",
"shader",
"glsl",
"glslify",
"glslbin"
],
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-halftone.git"
},
"homepage": "https://github.com/stackgl/glsl-halftone",
"bugs": {
"url": "https://github.com/stackgl/glsl-halftone/issues"
}
}