Skip to content

HarryCutts/videogular-cuepoints-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Videogular Cuepoints example

This is a simple example for using Videogular Cuepoints, derived from the Videogular Controls example. To use it, fetch dependencies through Bower, and then serve the folder with a web server (such as the one built in to Python):

bower install
python -m SimpleHTTPServer

Open index.html in a Web browser (in this case at http://localhost:8000/). You should see a Videogular player with two red lines (the cuepoints) on its scrub bar.

Developing Videogular Cuepoints

To use this example with a development version of Videogular Cuepoints, it's easiest to use the bower link command. In your Videogular Cuepoints directory, run:

bower link

Then in this repository, run:

bower link videogular-cuepoints

Bower will now use the version of Videogular Cuepoints on your system.

About

A simple example for using Videogular Cuepoints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published