UNPKG

@nafr/echo-ui

Version:

A UI library born for WAA

15 lines (14 loc) 599 B
export const FFT_SIZE = 512 * 2; export const SAMPLE_RATE = 44100; export const AMPLITUDE_RANGE = [-100, 10]; export const WIDTH = 360; export const HEIGHT = 180; export const AXIS_COLOR = 'var(--echo-muted-foreground)'; export const X_AXIS_TICKS = [50, 100, 200, 500, 1000, 2000, 5000, 10000]; export const Y_AXIS_TICKS = [-80, -60, -20, 0]; export const LINE_WIDTH = 2; export const LINE_COLOR = 'var(--echo-primary)'; export const GRID_COLOR = 'var(--echo-background)'; export const SHADOW_COLOR = 'var(--echo-primary)'; export const SHADOW_DIRECTION = 'bottom'; export const SHADOW_HEIGHT = 20;