A tiny JavaScript cat that follows your cursor — now available as an npm package!
This is a repackaged and slightly updated version of adryd325/oneko.js by @adryd325.
npm install onekojsor
pnpm add onekojsimport { neko } from 'onekojs';
neko();This package is based on oneko.js by @adryd325.
All credit for the original implementation goes to them — I just made it easy to install via npm.