1.1.0 • Published 2 years ago

blurple v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

blurple

A node module for discord colors!

Installation

npm install blurple

Get Started

You might want to use these colors with the discord.js module on npm. They will make your discord bot look professional!

blurple.hex.darker is the same color as a discord embed!

const blurple = require('blurple')

// Current Blurple Hex Code
console.log(blurple.hex.blurple)

// Aqua Role Hex Color
console.log(blurple.hex.aqua.light)

// Dark Green Role Hex Color
console.log(blurple.hex.green.dark)

// Generate :root CSS string for your website using hex codes
console.log(blurple.css())

// Generate a Map of the hex colors
console.log(blurple.map())

// Get base 10 colors
console.log(blurple.denary())

Versions

1.1.0

  • Added Denary colors

1.0.0

  • Added Hex Colors
  • Added :root CSS Function
  • Added Mapping Capabilities

Feedback

You can hop onto the Discord or open an issue in the repository.

Supporting

I appreciate GitHub followers and discord server members. Hopefully, I can start a YouTube channel!

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago