ascii-live/frames/astrend.go

294 lines
30 KiB
Go
Raw Normal View History

2024-09-23 17:23:34 +00:00
package frames
// This is the value stored in the FrameMap
2024-09-23 17:27:04 +00:00
var AStrend = DefaultFrameType(as)
2024-09-23 17:23:34 +00:00
2024-09-23 17:27:04 +00:00
var as = []string{
2024-09-23 21:54:27 +00:00
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
`,
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
2024-09-23 19:04:36 +00:00
`,
2024-09-23 21:54:27 +00:00
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
2024-09-23 19:04:36 +00:00
`,
2024-09-23 21:54:27 +00:00
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
2024-09-23 19:04:36 +00:00
`,
2024-09-23 21:54:27 +00:00
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
`,
`
`,
`
2024-09-23 19:04:36 +00:00
`,
2024-09-23 21:54:27 +00:00
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
`,
`
`,
`
2024-09-23 19:04:36 +00:00
`,
2024-09-23 21:54:27 +00:00
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
2024-09-23 19:04:36 +00:00
`,
2024-09-23 21:54:27 +00:00
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
`,
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
`,
`
2024-09-23 19:04:36 +00:00
`,
2024-09-23 21:54:27 +00:00
`
2024-09-23 19:04:36 +00:00
2024-09-23 21:54:27 +00:00
2024-09-23 19:04:36 +00:00
`,
2024-09-23 21:54:27 +00:00
`
`,
2024-09-23 17:23:34 +00:00
}