ngx-pica
Version:
Angular 5 module to resize images files in browser
7 lines • 426 B
JavaScript
export var NgxPicaErrorType;
(function (NgxPicaErrorType) {
NgxPicaErrorType["NO_FILES_RECEIVED"] = "NO_FILES_RECEIVED";
NgxPicaErrorType["CANVAS_CONTEXT_IDENTIFIER_NOT_SUPPORTED"] = "CANVAS_CONTEXT_IDENTIFIER_NOT_SUPPORTED";
NgxPicaErrorType["NOT_BE_ABLE_TO_COMPRESS_ENOUGH"] = "NOT_BE_ABLE_TO_COMPRESS_ENOUGH";
})(NgxPicaErrorType || (NgxPicaErrorType = {}));
//# sourceMappingURL=ngx-pica-error.interface.js.map