Skip to content

Latest commit

 

History

History

Svelte Video Player Demo

This project shows how to use the svelte-cloudinary SDK to fetch and transform videos from cloudinary.

To run this project, provide an environment variable for your cloudinary cloud name:

.env.local
VITE_PUBLIC_CLOUDINARY_CLOUD_NAME=...

Then provide the right public_ids for the videos in +page.svelte.

Then, run npm run dev.