hello-world

This commit is contained in:
vichub 2024-04-30 19:29:17 +02:00 committed by GitHub
parent 61aa130231
commit 735f617586
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,5 +56,5 @@ var FrameMap = map[string]FrameType{
"rick": Rick,
"spidyswing": Spidy,
"torus-knot": TorusKnot,
"hello-world" HelloWorld
"hello-world" HelloWorld,
}