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);
`
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);
`