Added for SLS

This commit is contained in:
darshan patel 2023-10-01 15:34:11 +05:30
parent f3180569d8
commit f2664b5247
2 changed files with 456 additions and 0 deletions

View file

@ -35,4 +35,5 @@ var FrameMap = map[string]FrameType{
"rick": Rick,
"can-you-hear-me": Rick,
"donut": Donut,
"hes": HES,
}

455
frames/nebulaehes.go Normal file
View file

@ -0,0 +1,455 @@
package frames
var HES = DefaultFrameType(hesFrame)
var hesFrame = []string{
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
}