sqe
v1.1.2
Published
SQE是基于threejs的库,用于简单快速的创建3D特效!
Downloads
15
Readme
sqe
SQE 是基于 threejs 的库,用于简单快速的创建 3D 特效!
Project explain
基础用法:
import { World , MeshComponent } from 'sqe'
const world = new World()
world.start(document.getElementById(el))
world.add(new MeshComponent())
为了方便调式,SQE 提供了场景编辑器 sqe-editer
