genetica icon indicating copy to clipboard operation
genetica copied to clipboard

Genetica is not a constructor

Open Shubedobedo opened this issue 4 years ago • 0 comments

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

Shubedobedo avatar Sep 08 '20 17:09 Shubedobedo