We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
slidev-addon-hls-player
1 parent 477cffc commit dd800d1Copy full SHA for dd800d1
docs/.vitepress/addons.ts
@@ -181,6 +181,17 @@ export const community: AddonInfo[] = [
181
},
182
repo: 'https://github.com/sghuang19/slidev-addon-naive',
183
184
+ {
185
+ id: 'slidev-addon-hls-player',
186
+ name: 'HLS player',
187
+ description: 'Add a basic hls.js powered video player on your slides to show HTTP Live Streaming videos',
188
+ tags: ['hls', 'video'],
189
+ author: {
190
+ name: 'Albert Brand',
191
+ link: 'https://github.com/AlbertBrand',
192
+ },
193
+ repo: 'https://github.com/AlbertBrand/slidev-addon-hls-player',
194
195
// Add yours here!
196
{
197
id: '',
0 commit comments