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.
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.