ascii-live/frames/astrend.go
Niccolas García Niño 67bbd33117
Create astrend.go
2024-09-23 12:23:34 -05:00

10 lines
187 B
Go

package frames
// This is the value stored in the FrameMap
var MyAnimation = DefaultFrameType(myAnimationFrames)
var myAnimationFrames = []string{
`Frame1`,
`Frame2`,
`Frame3`,
}