autocad-colors-index

1.0.3 • Public • Published

AutoCAD Colors Index

Simple map by ACI, HEX and RGB.

Usage

const colorsMapper = require('autocad-colors-index')
 
const aci = colorsMapper.getByACI(255)
const hex = colorsMapper.getByHEX('#ffffff')
 
console.log(aci.hex === hex.hex) // true
console.log(aci.rgb) // has rgb too

Package Sidebar

Install

npm i autocad-colors-index

Weekly Downloads

22

Version

1.0.3

License

MIT

Unpacked Size

17.8 kB

Total Files

3

Last publish

Collaborators

  • kukasix