()
| 44 | max_height: Schema.Number, |
| 45 | }) { |
| 46 | override get message() { |
| 47 | return `Image ${this.width}x${this.height} with base64 size ${this.bytes} exceeds configured limits and could not be resized below ${this.max_width}x${this.max_height}/${this.max} bytes` |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | export type Error = ResizerUnavailableError | InvalidDataUrlError | DecodeError | SizeError |
no outgoing calls
no test coverage detected