Svelte wrapper for react-player
!NPM
Wrapper for the standalone version of react-player.
npm i svelte-react-player
Enjoy:
``sveltehtml
`
| Prop | Description | Default |
| -------|:-------------| -------:|
| url | Video URL | ''
| fluid | Toggle fluid container| false
| config | Object of react-player props | {}
npm run dev will start a local dev server on localhost:5000
Navigate to http://localhost:5000/svelte-react-player` to see the docs.
Thanks to @svelte-docs!