Skip to content

DucNguyenPTIT/BaoTang

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages