angular-canvas-painter
Version:
Angular.js directive to paint on a canvas on desktop or touch devices
38 lines (37 loc) • 689 B
JSON
{
"name": "angular-canvas-painter",
"version": "0.6.0",
"authors": [
"Philipp Wambach"
],
"description": "Angular module to easily paint on a canvas with mouse or touch devices",
"repository": {
"type": "git",
"url": "git://github.com/pwambach/angular-canvas-painter.git"
},
"main": "dist/angular-canvas-painter.js",
"keywords": [
"angular",
"canvas",
"directive",
"paint",
"sketch",
"draw",
"touch"
],
"ignore": [
".gitignore",
"gulpfile.js",
".jshintrc",
".editorconfig",
"templates",
"js",
"index.html",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.1"
},
"license": "MIT"
}