Added for SLS

Closes #25
This commit is contained in:
darshan patel 2023-10-01 15:34:11 +05:30 committed by Hugo Müller-Downing
parent c9f8b1a115
commit 20699d2987
2 changed files with 456 additions and 0 deletions

View file

@ -43,4 +43,5 @@ var FrameMap = map[string]FrameType{
"batman-running": BNR,
"bnr": BNR,
"playstation": PlayStation,
"hes": HES,
}

455
frames/nebulaehes.go Normal file
View file

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