This commit is contained in:
Rohan Panchal 2025-03-12 21:40:48 +11:00 committed by GitHub
commit 8226cf4511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

26
frames/teddy.go Normal file
View file

@ -0,0 +1,26 @@
package frames
var Teddy = DefaultFrameType(teddyFrames)
var teddyFrames = []string{
` .cccc;;cc;';c.
.,:dkdc:;;:c:,:d:.
.loc'.,cc::::::,..,:.
.cl;....;dkdccc::,...c;
.c:,';:'..ckc',;::;....;c.
.c:'.,dkkoc:ok:;llllc,,c,';:.
.;c,';okkkkkkkk:,lllll,:kd;.;:,.
co..:kkkkkkkkkk:;llllc':kkc..oNc
.cl;.,okkkkkkkkkkc,:cll;,okkc'.cO;
;k:..ckkkkkkkkkkkl..,;,.;xkko:',l'
.,...';dkkkkkkkkkkd;.....ckkkl'.cO;
.,,:,.;oo:ckkkkkkkkkkkdoc;;cdkkkc..cd,
.cclo;,ccdkkl;llccdkkkkkkkkkkkkkkkd,.c;
.lol:;;okkkkkxooc::loodkkkkkkkkkkkko'.oc
.c:'..lkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkd,.oc
.lo;,ccdkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkd,.c;
,dx:..;lllllllllllllllllllllllllllllllloc'...
cNO;........................................`,
}