0.0.1 • Published 5 years ago

gplay-color v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Gplay

nothing,just a player

  • new Gplay(option),

  • option:

namedefault
srcnull
idnull
width600
height500

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