mpeg-to-canvas
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

mpeg-to-canvas

import Player from 'mpeg-to-canvas'
const canvas = document.querySelector('canvas')
const player = new Player(canvas)

player.write(frame1)
player.write(frame2)

Readme

Keywords

none

Package Sidebar

Install

npm i mpeg-to-canvas

Weekly Downloads

1

Version

1.0.1

License

none

Last publish

Collaborators

  • mattmueller