mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: working export with pngjs
This commit is contained in:
parent
2b19d53549
commit
d5ac76d4ea
4 changed files with 72 additions and 57 deletions
4
src/global.d.ts
vendored
4
src/global.d.ts
vendored
|
@ -120,3 +120,7 @@ declare module "image-blob-reduce" {
|
|||
const reduce: ImageBlobReduce.ImageBlobReduceStatic;
|
||||
export = reduce;
|
||||
}
|
||||
|
||||
declare module "pngjs/browser" {
|
||||
export { PNG } from "pngjs";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue