Releases: MarineAppliedResearch/marp-video-player
Release list
v0.4.0
Installing
JavaScript projects
npm install marp-video-player@v0.4.0Native hosts (WebView2 and similar)
Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.
Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.
What's Changed
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Installing
JavaScript projects
npm install marp-video-player@v0.3.2Native hosts (WebView2 and similar)
Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.
Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.
What's Changed
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Installing
JavaScript projects
npm install marp-video-player@v0.3.1Native hosts (WebView2 and similar)
Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.
Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.
What's Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Installing
JavaScript projects
npm install marp-video-player@v0.3.0Native hosts (WebView2 and similar)
Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.
Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Installing
JavaScript projects
npm install marp-video-player@v0.2.1Native hosts (WebView2 and similar)
Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.
Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.
Full Changelog: v0.2.0...v0.2.1
marp-video-player 0.2.0
First published version.
Installing
JavaScript projects
npm install marp-video-player@0.2.0Native 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.