UNPKG

el-vis-audio

Version:

audio/visual design system for [elementary.audio](https:/elementary.audio)

17 lines (16 loc) 335 B
export type LSystemParams = { name: string; axiom: string; rules: { F?: string; X?: string; Y?: string; L?: string; R?: string; }; iterations: number; distance: number; angle: number; lengthScale?: number; }; export declare const lSystemPresets: LSystemParams[];