lots-o-nekos

2.3.1 • Public • Published
lots-o-nekos

A JavaScript library building off of the popular oneko.js script! featuring speed configuration, coordinate control, and other fun stuff!

Overview

Welcome to lots-o-nekos! This project is a JavaScript library building off of adryd325's oneko.js script. It features customization capabilities such as speed, graphics, and more!

Contributing

This project takes contributions from any and all! New features are always welcome, and there could always be more Oneko graphics to choose from... if you're a pixel artist you should consider creating a custom Oneko graphic for https://github.com/raynecloudy/oneko_db/ :3

Installation

There are two possible methods of installation.

From npm

  1. Install and import the lots-o-nekos package:
npm install lots-o-nekos
import Oneko from "lots-o-nekos";

const oneko = new Oneko({});

From GitHub

  1. Download lots-o-nekos.js and place the file in your website's home directory.
  2. Paste this code in the body tag of all HTML files:
<script src="/lots-o-nekos.js"></script>
  1. In a separate script, write some code with the library!
oneko running

Readme

Keywords

none

Package Sidebar

Install

npm i lots-o-nekos

Weekly Downloads

27

Version

2.3.1

License

MIT

Unpacked Size

26.1 kB

Total Files

5

Last publish

Collaborators

  • raynec
  • raynecloudy