@akirco/materugen
Version:
Generate Material You color palettes from images or hex codes or random colors
8 lines (7 loc) • 370 B
TypeScript
/* tslint:disable */
/* eslint-disable */
export function get_version(): string;
export function generate_from_hex(hex_color: string, theme_variant: string): string;
export function generate_random(theme_variant: string): string;
export function generate_from_image_bytes(image_data: Uint8Array, theme_variant: string): string;
export function get_build_info(): string;