Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.13 KB

ember-three

npm version Build Status

Ember.js three.js shim

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

ember install ember-three

Usage

import THREE from 'three';

console.log(THREE.revision);

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.