rcastriotta
publish
1a3fc6f
raw
history blame contribute delete
219 Bytes
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');