0.0.4 • Published 6 years ago

videojs-notations v0.0.4

Weekly downloads
2
License
WTFPL
Repository
github
Last release
6 years ago

videojs-notations

=================

npm.io

A plugin for videojs inspired by ajbogh/video-js-html5Thumbnails and spchuang/videojs-markers


Usage

var video = videojs('#example');
video.notations({
    'notations': [
        {
            'time': 3,
            'text': 'Scantly unrepealably slinky'
        },
        {
            'time': 12.2,
            'text': 'Unbulky bemoisten slumberer bash'
        },
        {
            'time': 32.21,
            'text': 'Inappropriately havel'
        }
    ],
    'size': 180,
    'fontSize': 12,
    'showPreviewWhenHoverOnSeekBar': false
});

Options

{
    'onHover': function(){

    },
    'onClick': function(){
        
    },
    'notations': [],
    'size': 128,
    'fontSize': 14,
    'showPreviewWhenHoverOnSeekBar': false
}

License

WTFPL

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago