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

5
artist/doc.go Normal file
View File

@@ -0,0 +1,5 @@
// Package artist provides a simple 2D drawing library for canvas.Canvas.
// Artist's drawing functions take in things called patterns, which are sampled
// as a source in order to color and texture drawn shapes. Patterns can be
// mixed together and composited to create new, more complex patterns.
package artist