Upgrade class providing static methods to correct and apply CRISPR modifications to creatures.
CRISPR(dnaLegacy: CrisprInterface): CrisprInterface
Cleans and updates legacy CRISPR data to the latest format. Converts legacy node and connection properties to the newer neuron and synapse properties. Ensures the mode is set to "insert" or "append".
correct(json: CreatureExport,input: number,): Creature
Corrects the input size of a given creature export and returns a new creature with the corrected input size.