UNPKG

@tdurtschi/bug

Version:

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

3 lines (2 loc) 73 B
import Bug from "../bug"; export declare const walk: (bug: Bug) => void;