Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
gsplat-editor
like
47
Running
App
Files
Files
Community
1
11f52a3
gsplat-editor
/
editor
/
src
/
Action.ts
dylanebert
HF staff
initial commit
e6b949c
about 1 year ago
raw
Copy download link
history
blame
Safe
67 Bytes
export
interface
Action
{
execute
():
void
;
undo
():
void
;
}