digitalmatrix

DigitalMatrix


Keywords
nodejs, javascript, npm, library
License
Unlicense
Install
npm install digitalmatrix@2.1.0

Documentation

DigitalMatrix

npm license github-issues

nodei.co

Creates a "Digital Matrix" effect inside HTML elements: Demo

demo

Install

npm install --save digitalmatrix

Usage

To generate the matrix:

import DigitalMatrix from "digitalmatrix";

var matrix = new DigitalMatrix("elementId");

Where "elementId" is the id of the element that will contain the matrix.

To enable the pulsate effect:

matrix.startPulsate();

To regenerate the matrix:

matrix.regenerateNumbers();