Inspired and originally forked from https://github.com/jablan/polumenta
On NPM:
npm install polumenta-js
yarn add polumenta-js
with ES6 imports: import getPolumenta from 'polumenta-js';
or with ES5: var getPolumenta = require('polumenta-js')
getPolumenta function accepts two optional parameters - script ('latin'(default) or 'cyrilic') and gender ('male'(default), 'neutral' or 'female')