gosl/data/frame.go

7 lines
96 B
Go

package data // code.bitsetter.de/fun/gosl/data
type Frame struct {
W, H int
Data [][]rune
}