Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blanchon
/
LeRobot-Arena
like
4
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
LeRobot-Arena
/
src
/
lib
/
configs
/
settings.svelte.ts
blanchon
Mostly UI Update
18b0fa5
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
148 Bytes
import
type
{
Settings
}
from
"$lib/types/settings"
;
export
const
settings
:
Settings
= $state({
camera
: {
position
: [
0
,
0
,
0
],
fov
:
75
}
});