UNPKG

image-in-browser

Version:

Package for encoding / decoding images, transforming images, applying filters, drawing primitives on images on the client side (no need for server Node.js)

12 lines (11 loc) 290 B
/** @format */ /** * An Error thrown when there was a problem in the library. */ export declare class LibError extends Error { /** * Converts the error to a string representation. * @returns {string} The string representation of the error. */ toString(): string; }