tbhvishal/js-toolbox

[FEATURE] Add randomColor() utility

Open

#8 aperta il 16 ott 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (2 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (5 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Add a randomColor() function to generate random hex colors.

Example usage: import { randomColor } from './src/strings.js';

randomColor(); // "#3a9f2b" randomColor(); // "#ff6b35"

Guida contributor