UNPKG

@tdurtschi/bug

Version:

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

5 lines (4 loc) 82 B
export interface UIEntity { id: number; update: (frame: number) => any; }