hoàn thành docker compose giai đoạn 1

This commit is contained in:
2026-03-31 16:29:03 +07:00
parent 5baea90d61
commit 7da144286f
8 changed files with 211 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
declare module "fabric" {
export const fabric: any;
}
declare module "pdfjs-dist" {
export const GlobalWorkerOptions: {
workerSrc: string;
};
export const version: string;
export function getDocument(params: any): {
promise: Promise<any>;
};
}