UNPKG

sound-visualizer

Version:
10 lines (8 loc) 132 B
// src/common/draw/options.ts var defaultDrawOptions = { strokeColor: "#000", rectWidth: 2 }; export { defaultDrawOptions };