theme-data
v0.3.0
Published
Generates themed data
Downloads
3
Maintainers
Readme
theme-data
Generates random themed information, for more fun mock data.
Install
$ npm i theme-data
Usage
const theme = require("theme-data");
theme.hero();
// => a random hero, as a string
theme.villain();
// => a random villain, as a string