jQuery only range slider
-
Updated
Jul 8, 2021 - JavaScript
Add a description, image, and links to the ranger topic page so that developers can more easily learn about it.
To associate your repository with the ranger topic, visit your repo's landing page and select "manage topics."
str_to_color()in style.rs only has a method to parse Rgb values, when colors_transform has methods to convert hex colors into Rgb colors.Before the Rgb parsing, it should be possible to convert a hex color into an Rgb with
rgb.from_hex_str, then pass that into the Rgb parsing