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!);
};

Readme

Keywords

Package Sidebar

Install

npm i nyan-mode

Weekly Downloads

2

Version

0.2.2

License

ISC

Unpacked Size

1.39 kB

Total Files

2

Last publish

Collaborators

  • rx-78-2