Drawille.Canvas

Module for still drawing.

Summary

Functions

Draw a canvas

Make new empty canvas

Set a dot at (x, y) to a canvas

Unset a dot at (x, y) from a canvas

Functions

frame(map)

Draw a canvas.

new()

Make new empty canvas.

set(arg1, x, y)

Set a dot at (x, y) to a canvas.

unset(map, x, y)

Unset a dot at (x, y) from a canvas.