@frybynite/image-cloud 0.1.3 → 0.2.0
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/dist/image-cloud-auto-init.js +490 -442
- package/dist/image-cloud-auto-init.js.map +1 -1
- package/dist/image-cloud.js +501 -451
- package/dist/image-cloud.js.map +1 -1
- package/dist/image-cloud.umd.js +42 -2
- package/dist/image-cloud.umd.js.map +1 -1
- package/dist/index.d.ts +56 -29
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
A TypeScript library for creating interactive image clouds with animated scattered layouts and zoom effects. Supports multiple image sources (Google Drive, static URLs) and layout algorithms.
|
|
4
4
|
|
|
5
5
|
> [!WARNING]
|
|
6
|
-
> All minor versions of this library before 1.0 (e.g., 0.1, 0.2, ...) will include breaking changes during development. Please re-test every time before upgrading until we have published v1.0.
|
|
6
|
+
> ⚠️ All minor versions of this library before 1.0 (e.g., 0.1, 0.2, ...) will include breaking changes during development. Please re-test every time before upgrading until we have published v1.0.
|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
|