Skip to content

SuperMap iClient Plugin

Because iClient needs to access the global Three object, you need to attach the Three object to the window before using iClient.

ts
import * as THREE from 'three';

window.THREE = THREE;