Svelte component for Cloudflare Stream
# npm
npm install cloudstream
# pnpm
pnpm install cloudstream
# yarn
yarn add cloudstream
<script>
import { CloudStream } from "cloudstream";
</script>
<CloudStream
videoid="6b9e68b07dfee8cc2d116e4c51d6a957"
customer="f33zs165nr7gyfy4"
params={{
loop: false,
muted: true
}}
/>
git clone https://github.com/GreenestGoat/cloudstream.git
cd cloudstream
npm install
npm run dev -- --open
Licensed under the MIT license.
Contributions are welcome! Please feel free to submit a Pull Request.