UNPKG

@oplayer/core

Version:

Oh! Another HTML5 video player.

10 lines (7 loc) 231 B
export { $ } from './utils/dom' export * from './utils/platform' export * from './utils/index' export * from './utils/script' export { Player } from './player' export { Player as default } from './player' export * from './types'