@lbhindsberg/brc

1.0.0 • Public • Published

Better Readability Console

A package to help read through your browser JavaScript.

This package was created cause, I sometimes have issues seeing specific console logs. therefore I added this simple package to help with that issue.

Usage

Install the package with npm install @lbhindsberg/brc.

var brc = require("@lbhindsberg/brc)

BRC("%c I am easier to read."); // BRC = BetterReadabilityConsole

Shortened function to BRC for faster usage.

Important remember to use %c Before each string, to allow styling.

Package Sidebar

Install

npm i @lbhindsberg/brc

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

1.38 kB

Total Files

3

Last publish

Collaborators

  • lbhindsberg