0.0.0 • Published 7 years ago

ral-to-hex v0.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

ral-to-hex

Convert RAL colour codes to HEX codes.

npm version Build Status dependency status dev dependency status license

Installation

npm install --save ral-to-hex

Usage

const hex = require('ral-to-hex')

let colour1 = hex(5025) // '#2A6478' (RAL 5025)
let colour2 = hex(2013) // '#C35831' (RAL 2013)

Contributing

If you found a bug, want to propose a feature or feel the urge to complain about your life, feel free to visit the issues page.