lots-o-nekos
v3.0.0
Published
cat follow mouse real! now an npm package with additionyal features for an elevated oneko experience ≽^•⩊•^≼
Downloads
261
Readme
An npm package building off of the popular oneko.js script!
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!
Installation
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();