MapComplete/test.ts

17 lines
315 B
TypeScript
Raw Normal View History

2020-10-04 01:04:46 +02:00
//*
2020-10-09 21:11:52 +02:00
import {MapillaryImage} from "./UI/Image/MapillaryImage";
2020-10-09 21:11:52 +02:00
new MapillaryImage("JVUQ9Lxtfef-Yj6-GYdGwQ").AttachTo("maindiv")
2020-10-06 01:37:02 +02:00
/*/
import {Utils} from "./Utils";
import {FixedUiElement} from "./UI/Base/FixedUiElement";
Utils.generateStats((stats) => {
2020-10-06 01:37:02 +02:00
new FixedUiElement(stats).AttachTo('maindiv')
})
//*/