imageslider-next 1.3.1 → 1.3.2
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,6 +79,8 @@ pnpm storybook
|
|
|
79
79
|
|
|
80
80
|
There are example stories that show a native `<img>` fallback and usage with a mock `Image` component. Use the `With Image Component` story to test integration.
|
|
81
81
|
|
|
82
|
+
Hosted Storybook: https://imageslider-next.vercel.app/
|
|
83
|
+
|
|
82
84
|
## TypeScript / image imports
|
|
83
85
|
|
|
84
86
|
If your TypeScript setup complains about importing image files, add a simple declaration file `src/types/images.d.ts`:
|