Console Logs? What Console Logs?
v1.0.3
What’s New:
-
Official GitHub Release!
Although noconsolejs was already available via npm and jsDelivr, I'm finally making it official with a proper release here.
No more “Why isn’t there a release? 🤓☝️" questions. 🎉 -
Same Console-Clearing Magic
Poof! 🧙♂️ -
Zero Dependencies!
Because I care about yournode_modules
folder as much as I care about my sanity. 🫶🏻🥹❤️🩹 -
Why is v1.0.3 the first official release?
Well, because I do things differently. Wanna fight? 🧏♂️ 🤫
(Just kidding. Please don’t.)
Installation & Usage:
For Node.js Folks:
npm install noconsolejs
// noconsolejs
const disableConsole = require('noconsolejs');
disableConsole();
For Browser Devs:
<!-- noconsolejs -->
<script src="https://cdn.jsdelivr.net/gh/Druhin13/noconsolejs@v1.0.3/index.js"></script>
Note:
For those who love living on the edge and have already been using noconsolejs, you can still use the master branch to get the freshest version: (I highly doubt I'll be updating this anytime soon!)
<!-- noconsolejs -->
<script src="https://cdn.jsdelivr.net/gh/Druhin13/noconsolejs@master/index.js"></script>