totro
v1.0.3
Published
A port of David A. Wheeler's Totro for use as a library.
Downloads
11
Readme
Totro, the Fantasy Random Name Generator
A port of David A. Wheeler's Totro for use as a library.
Usage
Node: npm install totro
var totro = require('totro');
console.log( totro.RandomName(2,5) );
Browser: <script src="totro/index.js"></script>
, window.totro object is available
var name = totro.RandomName(2,5);