UNPKG

@metacell/geppetto-meta-ui

Version:

React components from geppetto-meta to create neuroscience applications and visualize data.

3 lines 105 B
export function randomColor() { return "#".concat(Math.floor(Math.random() * 16777215).toString(16)); }