Spaces:
Runtime error
Runtime error
File size: 219 Bytes
2485dd8 |
1 2 3 4 5 6 7 |
import * as THREE from 'three';
export const WHITE = new THREE.Color('#FFFFFF');
export const BLACK = new THREE.Color('#000000');
export const RED = new THREE.Color('red');
export const BLUE = new THREE.Color('blue');
|