Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
gsplat-editor
like
51
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
gsplat-editor
/
editor
/
src
/
Action.ts
dylanebert
initial commit
e6b949c
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
67 Bytes
export
interface
Action
{
execute
():
void
;
undo
():
void
;
}