Skip to content

超图iclient插件

由于iclient需要获取全局Three对象,在使用iclient前,需要把Three对象附加到window上

ts
import * as THREE from 'three'

window.THREE = THREE