Change SVG Colors
HTML
JavaScript
const svgParams = ;
const svgSliderTemplates = `
<label>PARAM
<input
data-send="updateSVGColor"
value="VALUE"
data-param="PARAM"
type="range"
min="0"
max="255" />
</label>`;
window. = ;