Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
clapper
like
26
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
clapper
/
packages
/
timeline
/
dist
/
utils
/
hslToHex.d.ts
jbilcke-hf
HF Staff
Upload folder using huggingface_hub
60e3020
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
75 Bytes
export
declare
function
hslToHex
(
h:
number
, s:
number
, l:
number
):
string
;