@push.rocks/smartjimp
Version:
A TypeScript library for image processing combining both sharp and jimp libraries.
11 lines (10 loc) • 430 B
TypeScript
import * as path from 'path';
export { path };
import * as levelcache from '@push.rocks/levelcache';
import * as smartfile from '@push.rocks/smartfile';
import * as smarthash from '@push.rocks/smarthash';
import * as smartpath from '@push.rocks/smartpath';
import * as smartrequest from '@push.rocks/smartrequest';
export { levelcache, smartpath, smarthash, smartfile, smartrequest };
import sharp from 'sharp';
export { sharp };