framo
Version:
Glorious media processing right in your browser with Typescript support
14 lines • 678 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.REGEX = exports.ERROR_MESSAGES = void 0;
exports.ERROR_MESSAGES = {
FRAMO_NOT_INITIALIZED: 'Framo has not been initialized. Please call initializeFramo before using any of the features',
MEDIAINFO_COULD_NOT_LOAD: 'Unable to fetch total frames: MediaInfo could not load',
MEDIAINFO_COULD_NOT_ANALYZE_VIDEO: 'Unable to analyze video',
NO_FRAMERATE_IN_MEDIAINFO: 'No framerate in mediainfo',
COULD_EXTRACT_FRAMERATE_PROPERLY: 'Could not extract framerate number properly',
};
exports.REGEX = {
ONLY_NUMBER: /[\d.+]+/g,
};
//# sourceMappingURL=constants.js.map