Get supervillain names
The list is just a JSON file and can be used anywhere.
npm install supervillains
import supervillains from 'supervillains';
supervillains;
//=> ['Abattoir', 'Able Crown', …]
Type: string[]
Supervillain names in alphabetical order.
Type: Function
Get a random supervillain name.
import {randomSupervillain} from 'supervillains';
randomSupervillain();
//=> 'Mud Pack'