Skip to content

Commit dd800d1

Browse files
authored
docs: add slidev-addon-hls-player (#2210)
1 parent 477cffc commit dd800d1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/.vitepress/addons.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,17 @@ export const community: AddonInfo[] = [
181181
},
182182
repo: 'https://github.com/sghuang19/slidev-addon-naive',
183183
},
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+
},
184195
// Add yours here!
185196
{
186197
id: '',

0 commit comments

Comments
 (0)