Opinionated minimap. See MinimapCanvasProps for the full surface and
the module docstring for the rendering / pointer model.
forwardRef is not used because the component is generic over
<TData, TLayer, TPose> and React's forwardRef erases generics. The
canvasRef prop is the plain-prop equivalent.
Opinionated minimap. See
MinimapCanvasPropsfor the full surface and the module docstring for the rendering / pointer model.forwardRefis not used because the component is generic over<TData, TLayer, TPose>and React'sforwardReferases generics. ThecanvasRefprop is the plain-prop equivalent.