UNPKG

pupcaps

Version:

PupCaps! : A script to add stylish captions to your videos.

12 lines (11 loc) 298 B
import {Caption} from '../common/captions'; import {Player} from '../player/player'; import {PlayerArgs} from '../common/player-args'; declare global { interface Window { captions: Caption[]; ready: Promise<void>; playerArgs: PlayerArgs; Player: Player; } }