interface ILinesOptions extends ILineOptions { count?: number; frequencyBand?: "base" | "lows" | "mids" | "highs"; top?: boolean; right?: boolean; bottom?: boolean; left?: boolean; center?: boolean; mirroredX?: boolean; mirroredY?: boolean;}
Generated using TypeDoc