This web component overlays two buttons on your video player when you pause the video. The buttons enable you to either resume the video from the last viewed position, or play from the start.
The player
attribute is the element id of the video player.
<media-resume-button player="video-player" playbackid="OYWW4ZbsI93B00vrQkMCc7nhNJ9Hb011qyjGjZElC01Zz8" />
Install the live-server package using yarn install
Use the yarn start
to start the local http server that will launch the demo.