banner-of-life
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

banner-of-life

A banner to show strings as a game of life pattern on HTML <canvas> element.

Install

npm install banner-of-life

Getting started

import { Banner } from "banner-of-life";

const banner = Banner.new("canvas-id-to-display-strings");

banner.setCellSize(10);
banner.setFontSize(60);
banner.setBackgroundColor("White");
banner.setCellColor("Black");
banner.setGridColor("#DCDCDC");

banner.render("Rust");
banner.tick();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i banner-of-life

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

116 kB

Total Files

6

Last publish

Collaborators

  • yuichirosato