chimee-plugin-panorama

0.1.2 • Public • Published

chimee-plugin-panorama

A plugin for panorama video

install

You can install this package through npm now.

npm install chimee-plugin-panorama

usage

It use like most of the chimee plugin.

import Chimee from 'chimee';
import ChimeePluginPanorama from 'chimee-plugin-panorama'';
Chimee.install(ChimeePluginPanorama);
const player = new Chimee({
  src: 'http://cdn.toxicjohann.com/shark.mp4',
  wrapper: '#wrapper',
  plugin: [
    ChimeePluginPanorama.name,
  ],
  volume: 0.1,
  controls: true,
  canvas: true,
  autoplay: true,
  muted: true,
});

Package Sidebar

Install

npm i chimee-plugin-panorama

Weekly Downloads

5

Version

0.1.2

License

MIT

Unpacked Size

1.76 MB

Total Files

9

Last publish

Collaborators

  • toxicjohann