hololive-nick-gen
Version:
Generate unique hololive themed fan nicknames.
19 lines (12 loc) • 405 B
Markdown
# hololive nickname generator

This is a small package that generates a random user nickname for you, based on the members of the [hololive](https://hololive.tv) VTuber group.
## Installation
```bash
npm install hololive-nick-gen
```
## Usage
```js
const { generateNickname } = require('hololive-nick-gen');
console.log(generateNickname());
```