rhex

1.0.2 • Public • Published

rhex

Build Status

A tiny library to convert rgb to hex

Usage
    Node Package
        const rh = require('rhex');
        console.log(rh(10,20,30));
        //0a141e
        
    Command Line 
        $ rh <R> <G> <B>

        Examples

        $ rh  10 20 30
        0a141e

Inspired by javascripter

Readme

Keywords

Package Sidebar

Install

npm i rhex

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

172 kB

Total Files

8

Last publish

Collaborators

  • sunilhari