More documentation!

This commit is contained in:
Sasha Koshka
2023-02-09 15:05:13 -05:00
parent 2cd670f4cd
commit b38232ee24
6 changed files with 19 additions and 2 deletions

4
canvas/doc.go Normal file
View File

@@ -0,0 +1,4 @@
// Package canvas provides a canvas interface that is able to return a pixel
// buffer for drawing. This makes it considerably more efficient than the
// standard draw.Image.
package canvas