Create kitty.go

kitty ascii art  to contribute to ascii-live
This commit is contained in:
Claudia Martínez-Araneda 2023-11-24 22:13:12 -03:00 committed by GitHub
parent 0e53a4799f
commit 7c92757c3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

50
frames/kitty.go Normal file
View file

@ -0,0 +1,50 @@
package frames
var Kitty = DefaultFrameType(kittyFrames)
var kittyFrames = []string{
,
Cute kitty
,
}