Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k-l-lambda
/
starry
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
starry
/
backend
/
libs
/
three
/
utils.d.ts
k-l-lambda
feat: add Python ML services (CPU mode) with model download
2b7aae2
8 days ago
raw
Copy download link
history
blame
contribute
delete
98 Bytes
import
{
Color
}
from
'./math/Color'
;
export
type
ColorRepresentation
=
Color
|
string
|
number
;