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.
1 parent 39a1fb1 commit 5ce29acCopy full SHA for 5ce29ac
docs/esm.html
@@ -28,8 +28,8 @@
28
<div id="player"></div>
29
<script type="module">
30
import Artplayer from 'artplayer';
31
- import ArtplayerPluginDanmuku from 'artplayer-plugin-danmuku';
32
- import ArtplayerPluginDocumentPip from 'artplayer-plugin-document-pip';
+ import artplayerPluginDanmuku from 'artplayer-plugin-danmuku';
+ import artplayerPluginDocumentPip from 'artplayer-plugin-document-pip';
33
import id from 'id';
34
35
const art = new Artplayer({
@@ -38,7 +38,7 @@
38
i18n: { id },
39
lang: 'id',
40
plugins: [
41
- ArtplayerPluginDocumentPip(),
+ artplayerPluginDocumentPip(),
42
artplayerPluginDanmuku({
43
danmuku: '/assets/sample/danmuku.xml',
44
})
0 commit comments