react-pro-image 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # react-pro-image
4
4
 
5
- **A performance-focused React image component with lazy loading, AVIF/WebP format negotiation, placeholder crossfade, and error fallback — all in a single drop-in `<img>` replacement.**
5
+ **One single `<OptimizedImage />` component, a few props, and you get lazy loading, AVIF/WebP auto-format, placeholder crossfade, and error fallback — out of the box.**
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/react-pro-image.svg?style=flat-square&color=cb3837)](https://www.npmjs.com/package/react-pro-image)
8
8
  [![bundle size](https://img.shields.io/bundlephobia/minzip/react-pro-image?style=flat-square&color=44cc11)](https://bundlephobia.com/package/react-pro-image)
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "react-pro-image",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
- "description": "A performance-focused React image component with lazy loading, AVIF/WebP format negotiation, placeholder-to-full crossfade, and error fallback — all in a single drop-in <img> replacement.",
5
+ "description": "One single <OptimizedImage /> component, a few props, and you get lazy loading, AVIF/WebP auto-format, placeholder crossfade, and error fallback — out of the box.",
6
6
  "author": "MohamedAlfeky1",
7
7
  "license": "MIT",
8
8
  "repository": {