mapcomplete/test.ts
2020-10-17 00:37:45 +02:00

17 lines
315 B
TypeScript

//*
import {MapillaryImage} from "./UI/Image/MapillaryImage";
new MapillaryImage("JVUQ9Lxtfef-Yj6-GYdGwQ").AttachTo("maindiv")
/*/
import {Utils} from "./Utils";
import {FixedUiElement} from "./UI/Base/FixedUiElement";
Utils.generateStats((stats) => {
new FixedUiElement(stats).AttachTo('maindiv')
})
//*/