img-optimizer-react
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -12,3 +12,2 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
if (image.dataset.srcset) { | ||
console.log('loading image', image.dataset.srcset); | ||
image.srcset = image.dataset.srcset; | ||
@@ -15,0 +14,0 @@ } |
{ | ||
"name": "img-optimizer-react", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
6472
85