Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nirmaoz/cloudinary-svelte
Cloudinary Svelte SDK
https://github.com/nirmaoz/cloudinary-svelte
Last synced: 5 days ago
JSON representation
Cloudinary Svelte SDK
- Host: GitHub
- URL: https://github.com/nirmaoz/cloudinary-svelte
- Owner: nirmaoz
- Created: 2020-04-04T02:22:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T18:26:02.000Z (about 2 years ago)
- Last Synced: 2023-03-08T08:07:15.696Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# cloudinary-svelte
A [Cloudinary](https://cloudinary.com) Svelte SDK
## Components
* [Image](https://nirmaoz.github.io/cloudinary-svelte/?path=/docs/image--sample)
* [Video](https://nirmaoz.github.io/cloudinary-svelte/?path=/docs/video--sample)### Test
To Run tests:
```bash
npm test # or yarn
```### Storybook
To serve development build:
```bash
npm run storybook
```To build static storybook site (output folder is /docs for easly sharing on github pages):
```bash
npm run build-storybook
```