meigo / svelte-video-player

Basic video player component for svelte
MIT License
133 stars 21 forks source link

any typescript support also with sapper? #2

Closed AhsanurRashid closed 3 years ago

meigo commented 3 years ago

No plans to to migrate to typescript but component should be importable to typescript file as is. Added sapper support (basically rendering empty placeholder frame with defined background color for ssr ), thanks for pointing this out.

meigo commented 3 years ago

Added type declarations for consuming convenience of component.