feat(core): add progressive JPEG support and fix Sharp format switching

This commit is contained in:
2025-08-02 15:18:04 +00:00
parent c919507375
commit 764b074ca4
9 changed files with 8814 additions and 5092 deletions

View File

@@ -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 };