UNPKG

framo

Version:

Glorious media processing right in your browser with Typescript support

11 lines (10 loc) 315 B
export declare const ERROR_MESSAGES: { FRAMO_NOT_INITIALIZED: string; MEDIAINFO_COULD_NOT_LOAD: string; MEDIAINFO_COULD_NOT_ANALYZE_VIDEO: string; NO_FRAMERATE_IN_MEDIAINFO: string; COULD_EXTRACT_FRAMERATE_PROPERLY: string; }; export declare const REGEX: { ONLY_NUMBER: RegExp; };