werner-rotator-player

0.0.36 • Public • Published

Werner's Rotator Player

Tumult's Hype embeded player using Werner's convention. This project didn't aimed for public user.

Installation:

In your project's root run this command

npm install --save werner-rotator-player

Usage:

import { playSlide } from 'werner-rotator-player';
import configs from './slideConfigs.json'; // Normally we'll load this from a service or api instead..

const playerContainer = document.getElementById('sliderContainer');
playSlide(playerContainer, configs);

Bower support:

This library also available in Bower by

bower install --save werner-rotator-player

Emembed the bundled-for-web javascript file in our html will expose a global variable WernerPlayer, which could be use like this in our page:

WernerPlayer.playSide(element, configs);

References

https://tympanus.net/Development/NavigationIndicators/

Readme

Keywords

none

Package Sidebar

Install

npm i werner-rotator-player

Weekly Downloads

2

Version

0.0.36

License

ISC

Unpacked Size

51.5 kB

Total Files

19

Last publish

Collaborators

  • cloudle