UNPKG

@tdurtschi/bug

Version:

Bug is a simulation that models a weevil walking around in an HTML canvas.

3 lines (2 loc) 138 B
import Wall from "../../../entities/wall/wall"; export declare const wallRenderer: (entity: Wall, ctx: CanvasRenderingContext2D) => void;