1.1.6 • Published 6 months ago
@dictu/video v1.1.6
Video
An easy to use video library. There are build-in plugins, but you can add your own. See 'plugin.js' for more information.
How to use it
You can use it as a module or just include it via the script tag. A demo is
included in /demo.
Module bundler
import Video from '@dictu/video';Browser
<script src="dist/video.min.js"></script>Build
The following commands can be used:
build - Compile and minify js.
compile - Compile js.
minify - Minify js.
lint - Lint js file.