feat: working export with pngjs

This commit is contained in:
Arnošt Pleskot 2023-06-16 22:36:24 +02:00
parent 2b19d53549
commit d5ac76d4ea
No known key found for this signature in database
4 changed files with 72 additions and 57 deletions

4
src/global.d.ts vendored
View file

@ -120,3 +120,7 @@ declare module "image-blob-reduce" {
const reduce: ImageBlobReduce.ImageBlobReduceStatic;
export = reduce;
}
declare module "pngjs/browser" {
export { PNG } from "pngjs";
}