UNPKG

digital-matrix-rain

Version:

A cool matrix-style digital rain animation for terminal/console applications

12 lines (10 loc) 242 B
const { matrix, MatrixRain } = require('digital-matrix-rain'); // Start the classic green matrix matrix(); // Custom animation const animation = new MatrixRain({ color: 'red', speed: 80, density: 0.15 }); animation.start();