A TypeScript compatible library built on p5.js for creating responsive generative art projects.
view the project on github brittni-and-the-polar-bear/generative-art-library
Palettes are in alphabetic order by object name.
palette source: color-hex (user: winxxed)
import {BLUE_LILY_PALETTE} from 'palettes';
let name: string = BLUE_LILY_PALETTE.NAME;
palette source: color-hex (user: adamcesco)
import {WHITE_LILY_PALETTE} from 'palettes';
let name: string = WHITE_LILY_PALETTE.NAME;