yd-cdecorations

0.0.2 • Public • Published

YD-Console Decorations

Wanted an easier way to create decorations in your console logs?? here at YeetDesigns we have got you

  1. More functions and details coming soon!! please join our support server for when it has an update!!
Example
const {BorderLinesStyle, Gaps} = require("yd-cdecorations")

const blines = new BorderLinesStyle({
    Length: 20,
    Style: "="
})
const gaps = new Gaps({
    Size: 2
})

console.log("Short:") // sends a 2 gap space in the console log
console.log(blines.Short()) // sends the border line as short
gaps.Send() // sends a 2 gap space in the console log
console.log("Long:") // title of the border line
console.log(blines.Long()) // sends the border line as long
gaps.Send() // sends a 2 gap space in the console log
console.log("Full:") // sends a 2 gap space in the console log
console.log(blines.Full()) // sends the border line as the number you set above

Package Sidebar

Install

npm i yd-cdecorations

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

3.46 kB

Total Files

7

Last publish

Collaborators

  • ytygrunn1ngark456