MapComplete/test.ts
2022-09-18 12:45:02 +02:00

6 lines
217 B
TypeScript

import MinimapImplementation from "./UI/Base/MinimapImplementation";
import {PdfExportGui} from "./UI/BigComponents/PdfExportGui";
MinimapImplementation.initialize()
new PdfExportGui("extradiv").AttachTo("maindiv")