Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```