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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# react-pro-image
|
|
4
4
|
|
|
5
|
-
**
|
|
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
|
[](https://www.npmjs.com/package/react-pro-image)
|
|
8
8
|
[](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.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "
|
|
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": {
|