Skip to content

flowplayer/flowplayer-plugin-example

Repository files navigation

flowplayer-plugin-example

This repository contains on example on how to create your own custom plugins for Flowplayer.

Contents

  • 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 container
  • index.html - Integration example

Installing and running the demo

This demo repository is written using Parcel.

Steps to get up and running and playing around with the code:

  • Clone this repository
  • yarn install (or npm install if you don't like yarn)
  • yarn start (or npm run start)

Releases

No releases published

Packages

No packages published