Create VJ

This commit is contained in:
jadhavvaibhav32 2023-06-29 23:05:05 +05:30 committed by GitHub
parent f3180569d8
commit 52656537d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

38
frames/vj.go Normal file
View file

@ -0,0 +1,38 @@
package frames
var VJ = DefaultFrameType(vjFrames)
var vjFrames = []string{
`
.::::::.. :::. . :::::::::::::: ::: ::: :::::::::: ::::::::::
;;;;'''' ;;';;. .;;. ;;;;;;;:::;;;;; ;;; ;;; ;;;;;;;'''' ;;;;;;;''''
[[cccc [[[,[[, ,[[[[[. '[, [[ [[[[, [[' [[[ [[ [[
$$"""" $$$$$$$$$$ "Y$c$$ $$$, $$$ "Y$c$$ $$$ $$ $$$$$$
888oo,__ _888P""""" "88o, "888,_88oo,888o,__,88P 88, 888
""""""YUMMMMMMM"MMMMMMMM "MMM MMM """"YUMMM""YUMM" MMM MMM
`,
`
. : .::. . :::::::::::::: ::: ::: :::::::::: ::::::::::
.;;,. ;;,';;;;, .;;;;. ;;;;;;;:::;;;;; ;;; ;;; ;;;;;;;'''' ;;;;;;;''''
[[[[[,[[' [[ \.`,[[[[[. '[, [[ [[[[, [[' [[[ [[ [[
$$$$$$$ $$$ ]$$$$$$$$$$"Y$c$$ $$$"Y$c$$ $$$ $$ $$$$$$
888`88bo,888, d8P""""""" "88o, "888o,"888,,o88P' 88, 888
MMMM "W" MMM MMMM MMM "W" MMM "YUMMMM" MMM MMM
`,
`
::: . .:::. . :::::::::::::: ::: ::: :::::::::: ::::::::::
;;; ;;,;;;;' .;;;;. ;;;;;;;:::;;;;; ;;; ;;; ;;;;;;;'''' ;;;;;;;''''
[[[ [[[[[[\ ,[[[[[. '[, [[ [[[[, [[' [[[ [[ [[
$$' $$$$$$$$\$$$$$$$$$$"Y$c$$ $$$$, $$$ $$$ $$ $$$$$$
888 d8888888888888888ooo888o888,_ _,88P' 888 888 88, 888
MMM MMMMMMMMMMMMMMMMMM """"""" MMM "YMMMMM" MMM MMM MMM
`,
`
.:: . .:::. . :::::::::::::: ::: ::: :::::::::: ::::::::::
,88' ;;,;;;;' .;;;;. ;;;;;;;:::;;;;; ;;; ;;; ;;;;;;;'''' ;;;;;;;''''
"" [[[[[[\ ,[[[[[. '[, [[ [[[[, [[' [[[ [[ [[
88[ $$$""$$$$$$$$$$"Y$c$$ $$$"Y$c$$ $$$ $$ $$$$$$
MMM 888 "88o "88o, "888o,"888,,o88P' 88, 888
[[[ 888 Y88 Y88 MMM "YUMMMM" MMM MMM
`},
}