UNPKG

@tdurtschi/bug

Version:

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

4 lines (3 loc) 128 B
import Bug from "./bug"; export declare function toJson(bug: Bug): string; export declare function fromJson(json: string): Bug;