Function ratatui_canvas_map

Source
#[no_mangle]
pub extern "C" fn ratatui_canvas_map(
    handle: *mut c_void,
    resolution: u8,
)
Expand description

Draws the world map on the pending canvas.

ยงParameters

  • resolution: 0 Low, any other value High.

Does nothing if no canvas builder is active.