solid-plyr
solid-plyr copied to clipboard
A simple HTML5, YouTube, and Vimeo player (Plyr) for SolidJS
Results
3
solid-plyr issues
Sort by
recently updated
recently updated
newest added
Playing around with this lib and encountered the following error for what looks like a simple setup. **_The requested module '/node_modules/dashjs/dist/dash.all.debug.js?v=f211ddad' does not provide an export named 'default'_** My imports...
The example does not work: ``` SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 28 | const [plyr, setPlyr] = createDashPlyr({ | ^^^^ 29 | source: dashSrc, 30 | }); 31 | const [loading,...