Skip to content

marp-video-player 0.2.0

Choose a tag to compare

@itravers itravers released this 01 Sep 02:36
· 35 commits to master since this release

First published version.

Installing

JavaScript projects

npm install marp-video-player@0.2.0

Native hosts (WebView2 and similar)

Download marp-video-player-0.2.0-host.zip below. It contains player.html and the bundle that page loads, paired for this version, plus a VERSION file recording where it came from.

Point the host at player.html, passing the media as query parameters. See the README for the full list.

Note on the bundle filename

The bundle is now marp-video-player.standalone.js. Earlier hand-copied builds used marp-video-engine.js; that name is gone. The JavaScript global is still MarpVideoEngine, so host code needs no change.