feat(core): add progressive JPEG support and fix Sharp format switching
This commit is contained in:
@@ -2,6 +2,7 @@ import type * as sharpType from 'sharp';
|
||||
|
||||
export { type sharpType };
|
||||
|
||||
import type { Jimp } from 'jimp';
|
||||
import type * as jimpType from 'jimp';
|
||||
|
||||
export { type jimpType };
|
||||
export { type jimpType, type Jimp };
|
Reference in New Issue
Block a user