0.0.7 • Published 2 years ago

@00-team/vito v0.0.7

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Vito

npm package - @00-team/vito

vito is a react video player package!

Usage

npm i @00-team/vito

import { Player, Source } from '@00-team/vito'

const source:Source = 'video.mp4'

const App = () => (
    <div>
        <Player source={source} />
    </div>
)

Todos

  • mute button for mobile
  • Better Player Options
  • Checking and Improving the Player Preformance
  • Better Style
  • Basic Animations
  • Keyword Shortcuts
  • More Toasts for Desktop
  • Touch volume control for mobile
  • Adding CC (Closed Captioning)
0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago