更新代码

This commit is contained in:
ChenX
2024-03-14 14:18:39 +08:00
parent 7ad2143637
commit d61ef7270d
74 changed files with 1675 additions and 558 deletions

3
types/Loader/ImageLoader.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
export declare function LoadImageFromFile(blob: File): Promise<HTMLImageElement>;
export declare function LoadImageFromUrl(url: string): Promise<HTMLImageElement>;
//# sourceMappingURL=ImageLoader.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"ImageLoader.d.ts","sourceRoot":"","sources":["../../../src/Loader/ImageLoader.ts"],"names":[],"mappings":"AAYA,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAc7E;AAGD,wBAAsB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAe7E"}