Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

totro

flcoder11GPL-3.01.0.3

A port of David A. Wheeler's Totro for use as a library.

random, name, generator, fantasy

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