starry / backend /libs /three /utils.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
import { Color } from './math/Color';
export type ColorRepresentation = Color | string | number;