genetica
genetica copied to clipboard
Genetica is not a constructor
When testing this out doesnt see to work. With error "Genetica is not a constructor"
`const Genetica = require('genetica');
const genetica = new Genetica();
const opts = { gender: 'female', race: 'Dragonborn' };
const DNA = genetica.generate(opts); `