Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hans-R-D
/
Nexora-Music
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Nexora-Music
/
frontend
/
src
/
lib
/
utils.js
ChandimaPrabath
fix $ improv
f57be92
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
82 Bytes
export
function
formatTitle
(
src
){
return
src.
split
(
'/'
).
pop
().
split
(
'.'
)[
0
];
}