I am interested in incorporating this plugin into my website https://github.com/fujaru/jquery-wheelcolorpicker/
When we initialize the plugin with the following code:
<input type="text" data-wheelcolorpicker="" data-wcp-layout="block">
The default look is like this:
https://i.sstatic.net/fvbak.png
However, I want to customize the UI to resemble this:
https://i.sstatic.net/dJnl2.png
Does anyone have any suggestions on how to achieve this? It seems that modifications are needed in the plugin's JavaScript file. Can you help me with this or suggest another approach? Thank you.