跳到主要内容

安装

你可以通过 npm 安装相应模块:

npm i -s three
npm i -s @types/three

使用

直接通过 import 进行引用:

import * as three from 'three';