UNPKG

easyimage

Version:

A promise-based, user-friendly module for processing images in Node.js

14 lines (13 loc) 506 B
export * from "./execute"; export * from "./commands/info"; export * from "./commands/crop"; export * from "./commands/convert"; export * from "./commands/resize"; export * from "./commands/rotate"; export * from "./commands/rescrop"; export * from "./commands/thumbnail"; export * from "./errors/BadDestinationError"; export * from "./errors/ImageMagickMissingError"; export * from "./errors/MissingExtensionError"; export * from "./errors/MissingOptionsError"; export * from "./errors/UnsupportedError";