Closed yujiaaoyujia closed 5 years ago
Adding ios9 custom waves color. For example:
const siriWave = new SiriWave({ container: document.getElementById('siriwave'), style: 'ios9', waveColors: [ { color: '255, 255, 255', supportLine: true }, { color: '255, 0, 0' }, { color: '0, 255, 0' }, { color: '0, 0, 255' } ] })
Adding ios9 custom waves color. For example: