mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
update colors + tweak code
This commit is contained in:
@@ -45,7 +45,7 @@ class CustomRecordPlugin extends RecordPlugin {
|
||||
|
||||
analyser.getByteTimeDomainData(dataArray)
|
||||
canvasCtx.clearRect(0, 0, canvas.width, canvas.height)
|
||||
canvasCtx.fillStyle = 'black'
|
||||
canvasCtx.fillStyle = '#cc3347'
|
||||
|
||||
if (previousTimeStamp === undefined) {
|
||||
previousTimeStamp = timeStamp
|
||||
|
||||
Reference in New Issue
Block a user