Comparing version 0.1.2 to 1.0.0
@@ -25,2 +25,4 @@ 'use strict'; | ||
showImage(touchup.scale(imageElement, 3.0, 0.5), 'scale(3,0.5)'); | ||
showImage(touchup.recolor(imageElement, 0x674829ff, 0x00ff00ff), 'recolor'); | ||
showImage(touchup.recolor(imageElement, 0xad7c4aff, 0x0000ffff), 'recolor'); | ||
showImage(touchup.repeat(imageElement, 7, 9), 'repeat(7,9)', | ||
@@ -27,0 +29,0 @@ function(repImage) { |
{ | ||
"name": "touchup", | ||
"description": "quick & dirty image manipulation using HTML5 canvas", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"main": "touchup.js", | ||
"repository": { | ||
@@ -20,3 +21,7 @@ "type": "git", | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"beefy": "^2.1.6", | ||
"browserify": "^13.0.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
147
1
10473
2
5