@retronbv/boxer.js
v1.0.2
Published
### Create error boxes, success boxes and more with ease! ``` ╔═════════════════════════╗ ║ ║ ║ ✔ boxer.js Success ║ ║ ║ ║ It all worked! ║ ║ ║ ╚════
Downloads
2
Readme
boxer.js
Create error boxes, success boxes and more with ease!
╔═════════════════════════╗
║ ║
║ ✔ boxer.js Success ║
║ ║
║ It all worked! ║
║ ║
╚═════════════════════════╝
const box = require("@retronbv/boxer.js");
console.log(box.successBox("It all worked!", "boxer.js"));