UNPKG

@push.rocks/smartjimp

Version:

A TypeScript library for image processing combining both sharp and jimp libraries.

8 lines (5 loc) 180 B
import type * as sharpType from 'sharp'; export { type sharpType }; import type { Jimp } from 'jimp'; import type * as jimpType from 'jimp'; export { type jimpType, type Jimp };