image-data-uri
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "image-data-uri", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Library to easily decode/encode Data URI images", | ||
@@ -16,3 +16,3 @@ "main": "./lib/image-data-uri.js", | ||
"email": "diego.zoracky@gmail.com", | ||
"url": "diegozoracky.com", | ||
"url": "https://github.com/DiegoZoracKy/", | ||
"twitter": "@diegozoracky" | ||
@@ -19,0 +19,0 @@ }, |
@@ -26,3 +26,3 @@ # Image Data URI | ||
{ | ||
imageType: 'png', | ||
imageType: 'image/png', | ||
dataBase64: 'SOMEPNGDATAURI/wD/', | ||
@@ -29,0 +29,0 @@ dataBuffer: <Buffer 89 50 4e 47 0d 0a ...> |
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
47744