Add comprehensive /features page + allow Unsplash imagery
This commit is contained in:
@@ -85,7 +85,7 @@ export function WaveformPlayer({
|
||||
ctx.clearRect(0, 0, w, h);
|
||||
|
||||
const styles = getComputedStyle(canvas);
|
||||
const played = `hsl(${styles.getPropertyValue("--brand").trim() || "217 100% 53%"})`;
|
||||
const played = `hsl(${styles.getPropertyValue("--brand").trim() || "21 100% 45%"})`;
|
||||
const unplayed = `hsl(${styles.getPropertyValue("--border").trim() || "0 0% 89%"})`;
|
||||
|
||||
const n = waveform.length;
|
||||
|
||||
Reference in New Issue
Block a user