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.
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!
Install the package using this command:
npm i lots-o-nekosYou can now create your custom Oneko friend!! yay!!!
import { Oneko } from "lots-o-nekos";
let cat = new Oneko();
