nyan-mode

0.2.2 • Public • Published

nyan-mode

Emacs's nyan-mode for Web. 🌈

Usage

# yarn 
yarn add nyan-mode
# npm 
npm install nyan-mode
import { NyanMode } from 'nyan-mode;
 
window.onload = () => {
  const e = document.getElementById('div');
  const scrollTarget = document.getElementById('box');
  NyanMode.New({
    width: 1000,
    height: 64,
    wavy: false,
  }).create(e!, scrollTarget!);
};

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.21latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.21
0.2.10
0.2.00
0.1.10
0.1.00

Package Sidebar

Install

npm i nyan-mode

Weekly Downloads

1

Version

0.2.2

License

ISC

Unpacked Size

1.39 kB

Total Files

2

Last publish

Collaborators

  • rx-78-2