Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

flowplayer-files

bertyhell431SEE LICENSE IN license.txt2.5.10

Flowplayer js and css files for v2.5.9 after the reboot of flowplayer

flowplayer, native

readme

Flowplayer files v2.5.9

flowplayer logo

Contains the main files needed to get started with Flowplayer

https://flowplayer.com/features/player

Files downloaded from: https://flowplayer.com/developers/player/embedding#host-player-assets-on-your-own...

Use

You can include plugins like this:

import flowplayer from 'flowplayer-files/lib/flowplayer.min.js';
import chromecast from 'flowplayer-files/lib/plugins/chromecast.min.js';
import cuepoints from 'flowplayer-files/lib/plugins/cuepoints.min.js';
import subtitles from 'flowplayer-files/lib/plugins/subtitles.min.js';

flowplayer.extensions.push(chromecast);
flowplayer.extensions.push(cuepoints);
flowplayer.extensions.push(subtitles);

const api = flowplayer('.player', config);