namelycolors
Version:
Creates unique color hex codes depending on the given text.
46 lines (23 loc) • 889 B
Markdown
English
=========
A small library that creates unique color hex codes depending on given text.
`npm install namelycolors`
import { namelyColor } from "namelycolors";
let textColor = namelyColor("Doğa");
Output should be "#20AD0D"
In lieu of a formal style guide, take care to maintain the existing coding style. Lint and test your code.
Türkçe
=========
Gönderilen metne göre eşsiz renk kodları üreten küçük bir kütüphanedir.
`npm install namelycolors`
import { namelyColor } from "namelycolors";
let textColor = namelyColor("Doğa");
Çıktısı "#20AD0D" olmalı.
Kütüphaneye eklemeler yapmak istiyorsanız mevcut kod düzenini bozmamaya özen gösterin. Kodunuzu test edin.