UNPKG

pgs.js

Version:

PGS (Presentation Graphic Stream) Subtitle For HTML5 Media Playback

5 lines 189 B
import type { PGSRenderOption } from "../renderer/renderer-option"; export type PGSControllerOption = { renderOption: PGSRenderOption; }; //# sourceMappingURL=controller-option.d.ts.map