package
2.0.6
Repository: https://github.com/cheeryprogrammer/fyne.git
Documentation: pkg.go.dev

# Functions

NewCanvas creates a new canvas in memory that can render without hardware support.
NewTransparentCanvas creates a new canvas in memory that can render without hardware support without a background color.
Render takes a canvas object and renders it to a regular Go image using the provided Theme.
RenderCanvas takes a canvas and renders it to a regular Go image using the provided Theme.