UNPKG

namelycolors

Version:

Creates unique color hex codes depending on the given text.

46 lines (23 loc) 889 B
# namelycolors English ========= A small library that creates unique color hex codes depending on given text. ## Installation `npm install namelycolors` ## Usage import { namelyColor } from "namelycolors"; let textColor = namelyColor("Doğa"); Output should be "#20AD0D" ## Contributing 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. ## Yükleme `npm install namelycolors` ## Kullanım import { namelyColor } from "namelycolors"; let textColor = namelyColor("Doğa"); Çıktısı "#20AD0D" olmalı. ## Katkı Kütüphaneye eklemeler yapmak istiyorsanız mevcut kod düzenini bozmamaya özen gösterin. Kodunuzu test edin.