<div align="center">
  <img width="600" alt="lots-o-nekos" src="https://raynec.dev/lots-o-nekos.png">

  ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fraynecloudy%2Flots-o-nekos%2Fraw%2Fmaster%2Fpackage.json&query=version&label=version&color=green) [![Discord server invite](https://dcbadge.limes.pink/api/server/https://discord.gg/mD6metDHNE?style=flat)](https://discord.raynec.dev)

  An npm package building off of the popular [oneko.js](https://github.com/adryd325/oneko.js/) script!
</div>

Lots-o-nekos is a just-for-fun npm package that gives you access to a constructable `Oneko` class to create custom cats that run around on your website! It features full TypeScript support and extensive JSDocs to help you understand what you're writing.

## Contributing
Contributions are welcome from anybody who knows what they're doing. if you have an idea for a new feature, or a fix for a bug, make a pull request! Let's make this a great package, together :)

If you're a pixel artist, you could try creating a custom graphic and upload it to the [Oneko Source Database](https://github.com/raynecloudy/oneko_db/)!

## Installation
Install the package using this command:
```sh
npm i lots-o-nekos
```
You can now create your custom Oneko friend!! yay!!!
```ts
import { Oneko } from "lots-o-nekos";

let cat = new Oneko();
```

<div align="center">
  <img src="https://raynecloudy.nekoweb.org/media/bar-cat.gif" alt="Oneko running">
</div>
