Wrote space editor component and test.

This commit is contained in:
Jay
2025-08-08 11:17:21 -04:00
parent f47d46f382
commit 0d08d805a3
9 changed files with 310 additions and 16 deletions
+4 -3
View File
@@ -7,17 +7,18 @@
"build:wasm": "wasm-pack build colorlib -t bundler -d pkg --release",
"clean": "rm -rf dist colorlib/pkg*",
"cypress:open": "1>/dev/null 2>/dev/null cypress open -d &",
"cypress:component": "cypress run --component",
"cypress:e2e": "cypress run --e2e",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview",
"test:wasm": "cargo test --lib --manifest-path colorlib/Cargo.toml",
"test:wasmdoc": "cargo test --doc --manifest-path colorlib/Cargo.toml",
"test": "vitest"
"test": "vitest",
"test:component:chrome": "cypress run --component -b chromium",
"test:component:fire": "cypress run --component -b firefox"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-regular-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"motion": "^12.23.12",