UNPKG

paella-core

Version:
16 lines (13 loc) 555 B
import Paella from 'paella-core/js/Paella'; import "./debug.css"; const initParams = { defaultVideoPreview: "/config/default_preview_landscape.jpg", defaultVideoPreviewPortrait: "/config/default_preview_portrait.jpg" } window.onload = async () => { const paella = new Paella('player-container', initParams); await paella.loadUrl([ 'https://repository.paellaplayer.upv.es/belmar-multiresolution/media/720-presenter.mp4', 'https://repository.paellaplayer.upv.es/belmar-multiresolution/media/720-presentation.mp4' ]); }