Comparing version 0.1.14 to 0.1.15
@@ -5,2 +5,16 @@ # Changelog | ||
### [0.1.15](https://github.com/shinokada/bimgc/compare/v0.1.14...v0.1.15) (2023-02-06) | ||
### Bug Fixes | ||
* change the top image position ([8d23b5e](https://github.com/shinokada/bimgc/commit/8d23b5e3a800a476c3f267af9d80128231dc6fb7)) | ||
* image position ([8f7a9a3](https://github.com/shinokada/bimgc/commit/8f7a9a31252fa0cbfeb6e04bd9833ede8b245acb)) | ||
* new images ([de89e30](https://github.com/shinokada/bimgc/commit/de89e303f36d078565080842a24a0b075394763a)) | ||
* new images after resize ([301c5bf](https://github.com/shinokada/bimgc/commit/301c5bf9486c8a53c2158b9d3b8e373d4c315a21)) | ||
* put back the top image ([04c8e07](https://github.com/shinokada/bimgc/commit/04c8e07fe49ea9ca7223ff6d2a1b912214b562c2)) | ||
* remove avif and webp ([a6a0155](https://github.com/shinokada/bimgc/commit/a6a0155543d3d51ea0661f05f5773add4228fabb)) | ||
* remove the top image ([e590a39](https://github.com/shinokada/bimgc/commit/e590a39b11588a3630b192b3fd3695c87d0c30c4)) | ||
* sizes max-width to 1200px ([9a7202c](https://github.com/shinokada/bimgc/commit/9a7202c3f810c060e9221ca423ee3260c1a2cf4c)) | ||
### [0.1.14](https://github.com/shinokada/bimgc/compare/v0.1.13...v0.1.14) (2023-02-06) | ||
@@ -7,0 +21,0 @@ |
{ | ||
"name": "bimgc", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"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", |
@@ -18,16 +18,8 @@ <h1 align="center">BIMGC</h1> | ||
<picture> | ||
<source | ||
type="image/avif" | ||
srcset="public/images/bimgc-100.avif?width=100 100w, public/images/bimgc-200.avif?width=200 200w, public/images/bimgc-400.avif?width=400 400w, public/images/bimgc-800.avif?width=800 800w" /> | ||
<source | ||
type="image/webp" | ||
srcset="public/images/bimgc-100.webp?width=100 100w, public/images/bimgc-200.webp?width=200 200w, public/images/bimgc-400.webp?width=400 400w, public/images/bimgc-800.webp?width=800 800w" /> | ||
<img | ||
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" | ||
sizes="(max-width: 800px) 100vw, 50vw" | ||
style="width: 100%; aspect-ratio: 1.619047619047619" | ||
loading="lazy" | ||
src="public/images/bimgc-optimized.png" | ||
sizes="(max-width: 1200px) 100vw, 50vw" | ||
style="width: 100%; aspect-ratio: 1.6172506738544474" | ||
decoding="async" | ||
alt="bimgc main image" | ||
alt="Batch image converter" | ||
/> | ||
@@ -34,0 +26,0 @@ </picture> |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances 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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
8284910
56
88