mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(html): add element registrations
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import { defineVjsPlayer } from '@videojs/html';
|
||||
|
||||
import '@videojs/html/skins/frosted';
|
||||
import '@videojs/html/skins/minimal';
|
||||
|
||||
defineVjsPlayer();
|
||||
|
||||
document.body.innerHTML = /* html */ `
|
||||
<div style="display: flex; flex-direction: column; justify-content: center; min-height: 100vh; gap: 2rem; padding: 1rem; ">
|
||||
<media-provider>
|
||||
|
||||
Reference in New Issue
Block a user