Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 393 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 393 Bytes

BaoTang

Install three

Using npm:

npm install three

Or download three.js file and link it directly in HTML

Usage:

import * as three from 'three';

or

var three = import('three');

Check out JavaScript import statement for more detail

Install typings (for IntelliSense - optional)

npm install typings
typings install dt~three --save --global