UNPKG

@henteko/kumiki

Version:

A video generation tool that creates videos from JSON configurations

7 lines 260 B
import type { SubtitleCue } from '../../types/subtitle.js'; export declare class WebVTTFormatter { formatTime(seconds: number): string; formatCue(cue: SubtitleCue): string; format(cues: SubtitleCue[]): string; } //# sourceMappingURL=webvtt.d.ts.map