UNPKG

@oplayer/danmaku

Version:

Danmaku plugin for oplayer

5 lines 294 B
import { Comment } from './types'; export declare function getMode(key: number): Comment['mode']; export declare function danmakuParseFromXml(xmlString: string): Comment[]; export declare function danmakuParseFromUrl(src: string): Promise<Comment[]>; //# sourceMappingURL=danmaku-parse.d.ts.map