pixelate
Version:
Pixelate an image with canvas
24 lines (23 loc) • 423 B
JSON
{
"name": "pixelate",
"main": "pixelate.js",
"version": "0.0.5",
"homepage": "https://github.com/miguelmota/pixelate",
"authors": [
"Miguel Mota <miguelmota2@gmail.com>"
],
"description": "Pixelate an image with canvas",
"keywords": [
"pixelate",
"image",
"canvas"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT"
}