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