Wrote color values component.

This commit is contained in:
Jay
2025-08-09 16:16:06 -04:00
parent 0d08d805a3
commit 105e66b30b
15 changed files with 415 additions and 166 deletions
+1
View File
@@ -5,6 +5,7 @@
"scripts": {
"build": "tsc -b && vite build",
"build:wasm": "wasm-pack build colorlib -t bundler -d pkg --release",
"check": "tsc --noEmit -p tsconfig.app.json",
"clean": "rm -rf dist colorlib/pkg*",
"cypress:open": "1>/dev/null 2>/dev/null cypress open -d &",
"dev": "vite",