https://github.com/cloudinary-devs/cld-js-sdk-docs-examples
Examples from the docs of using js-url-gen for transforming images and videos.
https://github.com/cloudinary-devs/cld-js-sdk-docs-examples
Last synced: 12 months ago
JSON representation
Examples from the docs of using js-url-gen for transforming images and videos.
- Host: GitHub
- URL: https://github.com/cloudinary-devs/cld-js-sdk-docs-examples
- Owner: cloudinary-devs
- Created: 2022-01-26T10:35:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T17:29:39.000Z (over 1 year ago)
- Last Synced: 2025-04-01T05:51:05.722Z (about 1 year ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cld-js-sdk-docs-examples
JavaScript examples for the [Cloudinary JavaScript SDK docs](https://cloudinary.com/documentation/javascript_integration).
Built using [webpack](https://webpack.js.org/guides/getting-started/).
## Build
```
npm i
npm run build
```
Right-click dist/index.html -> Open with Live Server.