livestreams
React library for embedding a variety of livestreaming platforms into your application.
Install
npm install --save livestreams
Usage
;
Using SSR?
If you're using server-side rendering, you must manually set the origin before creating any elements.
; setOrigin'localhost';
License
MIT © insertish