Skip to content

zaftzaft/kaiten-sushi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

回転寿司🍣

demo

Install

# npm i -g kaiten-sushi

Usage

$ kaiten-sushi

Help

$ kaiten-sushi -h

API

const KaitenSushi = require("kaiten-sushi");

const sushi = new KaitenSushi({
  width: 10,
  height: 20,
  c256: true,
  neta: "🍣🐱🐶a"
});

sushi.add("nyan!");

console.log(sushi.rotation());

new KaitenSushi({ options })

options

  • rainbow: bool
  • c256: bool
  • width: number
  • height: number
  • neta: string

.add( String )

.rotation()

.frame()

.get()

.resize(width, height)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published