@frybynite/image-cloud 0.2.4 → 0.2.5
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 +16 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,28 +162,30 @@ The Configurator lets you visually adjust all settings and exports a ready-to-us
|
|
|
162
162
|
- Safari: Latest 2 versions
|
|
163
163
|
- Mobile: iOS Safari 12+, Chrome Android
|
|
164
164
|
|
|
165
|
-
## License
|
|
166
|
-
|
|
167
|
-
MIT
|
|
168
|
-
|
|
169
|
-
## Author
|
|
170
|
-
|
|
171
|
-
[frybynite](https://github.com/frybynite)
|
|
172
|
-
|
|
173
165
|
## Examples
|
|
174
166
|
|
|
175
167
|
Check out the `examples/` directory for various usage patterns:
|
|
176
168
|
- `esm-example.html` - Modern ES module usage
|
|
177
169
|
- `cdn-umd-example.html` - Traditional script tag / CDN usage
|
|
178
|
-
- `
|
|
170
|
+
- `auto-init-example.html` - HTML data attribute initialization
|
|
171
|
+
- `static-loader-example.html` - Static image URLs
|
|
172
|
+
- `google-drive-loader-example.html` - Google Drive folder source
|
|
173
|
+
- `layout-algorithms.html` - Compare all layout algorithms
|
|
174
|
+
- `entry-animations.html` - Entry animation styles
|
|
175
|
+
- `image-style-demo.html` - Borders, shadows, and filters
|
|
176
|
+
- `typescript-example.ts` - TypeScript with React and Vue
|
|
179
177
|
- See `examples/README.md` for detailed instructions
|
|
180
178
|
|
|
181
|
-
Also see:
|
|
182
|
-
- `index.html` - Production Google Drive cloud
|
|
183
|
-
- `index-static.html` - Static image sources example
|
|
184
|
-
|
|
185
179
|
## Contributing
|
|
186
180
|
|
|
187
181
|
Contributions are welcome! Please feel free to submit a Pull Request.
|
|
188
182
|
|
|
189
|
-
See [docs/DEVELOPER.md](docs/DEVELOPER.md) for build scripts, testing, and project structure.
|
|
183
|
+
See [docs/DEVELOPER.md](docs/DEVELOPER.md) for build scripts, testing, and project structure.
|
|
184
|
+
|
|
185
|
+
## License
|
|
186
|
+
|
|
187
|
+
MIT
|
|
188
|
+
|
|
189
|
+
## Author
|
|
190
|
+
|
|
191
|
+
[frybynite](https://github.com/frybynite)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frybynite/image-cloud",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Javascript/TypeScript image cloud library with custom loaders, various layouts, full images styling, with animation and zoom effects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/image-cloud.umd.js",
|