UNPKG

@nafr/echo-ui

Version:

A UI library born for WAA

14 lines (13 loc) 309 B
export const WIDTH = 200; export const HEIGHT = 100; export const LIMITS = { delay: 1, attack: 1, hold: 1, decay: 1, release: 1, }; export const LINE_COLOR = 'var(--echo-primary)'; export const LINE_WIDTH = 3; export const NODE_COLOR = 'var(--echo-secondary)'; export const NODE_SIZE = 6;