Collection of convenience code snippets (helpers) that aims to make it a little easier to work with vanilla JS
vanillajs-helpers > “randomRGBColor”
► c(): number
Defined in randomRGBColor.ts:1
Returns: number
► randomRGBColor(): number
[]
Defined in randomRGBColor.ts:14
Generate a random RGB color
randomRGBColor(); // -> eg. [169, 100, 52]
Returns: number
[]