feat: use upng

This commit is contained in:
Arnošt Pleskot 2023-06-16 23:49:28 +02:00
parent 671ed94d74
commit b3d95d9307
No known key found for this signature in database
4 changed files with 28 additions and 87 deletions

4
src/global.d.ts vendored
View file

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