[READ-ONLY] Mirror of https://github.com/flo-bit/shapecraft. flo-bit.dev/shapecraft/
0

Configure Feed

Select the types of activity you want to include in your feed.

shapecraft / src / color / index.ts
269 B 3 lines
1export { parseColorToRgb, lerpColor, hexToRgb, rgbToHex } from './utils' 2export { gradient, heightGradient, normalGradient, type GradientStop } from './gradient' 3export { pickRandom, paletteGradient, axisGradient, noiseColor, varyColor, type Palette } from './palette'