gplay-color
v0.0.1
Published
palyer of DIV video
Downloads
3
Readme
Gplay
nothing,just a player
new Gplay(option),
option:
name|default| --|:--:|--: src|null| id|null| width|600| height|500|
use
add css
<link rel="stylesheet" href="./dist/player.css">
add Gplay
<script type="text/javascript" src="./dist/player.min.js"></script>
or
import Gplay from 'Gplay'
develop
npm run watch