css-sprite
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -87,3 +87,4 @@ 'use strict'; | ||
retinaCanvas.clone(function(err, clone){ | ||
clone.resize(width, height, function (err, image) { | ||
// tell lwip to use the 'grid' interpolation method when resizing - it makes the resized image look much better | ||
clone.resize(width, height, 'grid', function (err, image) { | ||
cb(image); | ||
@@ -90,0 +91,0 @@ }); |
{ | ||
"name": "css-sprite", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "css sprite generator", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
93718
1070