This repository contains on example on how to create your own custom plugins for Flowplayer.
snapshot-plugin.ts- The custom plugin code written in TypeScript. TypeScript is not a requirement but we recommend it for static typing and developer convenience.snapshot-plugins.css- The styling needed for the snapshot button inside the player containerindex.html- Integration example
This demo repository is written using Parcel.
Steps to get up and running and playing around with the code:
- Clone this repository
yarn install(ornpm installif you don't like yarn)yarn start(ornpm run start)