0.2.0 • Published 6 months ago

lingocolors v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

LingoColors

For Getting The Hex Color Of Programming Languages

Installation

npm install lingocolors

Usage

import { getLanguageColor } from "lingocolors"

const result = getLanguageColor("Javascript"); // { name:"Javascript",color:"#f1e05a" }
0.2.0

6 months ago

0.1.0

6 months ago