Component Introduction
Quick Start
API Reference
Convert an integer or a tuple of integers to a 2-tuple.
t (Union[int, tuple(int)]) – The grid height and width.
Tuple(int, int), same as input or a tuple as (t,t).