Comparing version 0.1.13 to 0.1.14
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.14](https://github.com/shinokada/bimgc/compare/v0.1.13...v0.1.14) (2023-02-06) | ||
### Bug Fixes | ||
* optimized png ([7929d24](https://github.com/shinokada/bimgc/commit/7929d243f23d0b0ad196ba51946607783bbf7a90)) | ||
### [0.1.13](https://github.com/shinokada/bimgc/compare/v0.1.12...v0.1.13) (2023-02-06) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "bimgc", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "A node.js script that converts PNG and JPG images to AVIF and WebP format with various sizes and saves them in a specified output directory. The output images are named based on the input file and include information about their size and format.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -25,3 +25,3 @@ <h1 align="center">BIMGC</h1> | ||
<img | ||
src="public/images/bimgc.png" | ||
src="public/images/bimgc-800-optimized.png" | ||
srcset="public/images/bimgc-100.png?width=100 100w, public/images/bimgc-200.png?width=200 200w, public/images/bimgc-400.png?width=400 400w, public/images/bimgc-800.png?width=800 800w" | ||
@@ -28,0 +28,0 @@ sizes="(max-width: 800px) 100vw, 50vw" |
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
16536714
62