@eggspot/vjs-chatbox-button
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Videojs Theatre Mode

import { VideoJsPlayer, VideoJsPlayerOptions } from "video.js";

declare module "video.js" {
	// this tells the type system that the VideoJsPlayer object has a method seekButtons
	export interface VideoJsPlayer {
		examplePlugin(options: VideoJsExamplePluginOptions): void;
	}
}

export interface VideoJsExamplePluginOptions {
	label: string;
	onToggle?: () => void;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @eggspot/vjs-chatbox-button

Homepage

eggspot.app

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

13.8 kB

Total Files

6

Last publish

Collaborators

  • hieunges
  • truonghaiv