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();

/banner-of-life/

    Package Sidebar

    Install

    npm i banner-of-life

    Weekly Downloads

    2

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    116 kB

    Total Files

    6

    Last publish

    Collaborators

    • yuichirosato