Versions in this module Expand all Collapse all v0 v0.0.0 May 22, 2021 Changes in this version + type Window struct + func NewWindow(width, height int) (*Window, error) + func (w *Window) Frame(frame *op.Ops) error + func (w *Window) Release() + func (w *Window) Screenshot() (*image.RGBA, error)