brownout.js
v1.0.3
Published
Experience the power outage
Readme
brownout.js
Description
Experience the power outage with brownout.js
Usage
Installation
You can install brownout.js via npm:
npm install brownoutHow to Use
Import the brownout function into your JavaScript file:
const brownout = require('brownout');or if you are using ES6 modules:
import brownout from 'brownout';Call the brownout function when you want to trigger the brownout effect:
brownout()