From ff981cd5b7ab9274630a1417593af96e36b99e7a Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 13 Nov 2024 02:23:34 -0500 Subject: Color Wheel Widget --- scripts/main.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/main.js') diff --git a/scripts/main.js b/scripts/main.js index ac6dbe9..3cdbe12 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -16,6 +16,8 @@ class Client { content.appendChild(this.temp.element); this.light = new WidgetColorLight(); content.appendChild(this.light.element); + this.wheel = new WidgetColorWheel(); + content.appendChild(this.wheel.element); // content.appendChild(Widget("button").el); // content.appendChild(Widget("checkbox").el); // content.appendChild(Widget("slider").el); -- cgit v1.2.3