Creature.prototype.exportJSON(): CreatureExport
Convert the creature to a JSON object.
The JSON representation of the creature.
Creature.prototype.exportJSON(): CreatureExport
Convert the creature to a JSON object.
The JSON representation of the creature.
Add Package
deno add jsr:@stsoftware/neat-ai
Import symbol
import { Creature } from "@stsoftware/neat-ai";
---- OR ----
Import directly with a jsr specifier
import { Creature } from "jsr:@stsoftware/neat-ai";