create_canvas: Create a canvas of the specified type
Description
Create a canvas of the specified type
Usage
create_canvas(width, height, type = "braille")
Arguments
- width
Character width
- height
Character height
- type
Canvas type: "ascii", "braille", or "block"