@frybynite/image-cloud 0.3.6 → 0.3.7
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 +4 -0
- package/dist/image-cloud-auto-init.js +836 -831
- package/dist/image-cloud-auto-init.js.map +1 -1
- package/dist/image-cloud.js +836 -831
- package/dist/image-cloud.js.map +1 -1
- package/dist/image-cloud.umd.js +3 -3
- package/dist/image-cloud.umd.js.map +1 -1
- package/dist/index.d.ts +7 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -160,6 +160,10 @@ Check out the `examples/` directory for various usage patterns:
|
|
|
160
160
|
- `typescript-example.ts` - TypeScript with React and Vue
|
|
161
161
|
- See `examples/README.md` for detailed instructions
|
|
162
162
|
|
|
163
|
+
## Changelog
|
|
164
|
+
|
|
165
|
+
See [CHANGELOG.md](CHANGELOG.md) for a full list of changes across all versions.
|
|
166
|
+
|
|
163
167
|
## Contributing
|
|
164
168
|
|
|
165
169
|
Contributions are welcome! Please feel free to submit a Pull Request.
|