Refactor: Implement SmartCube renderer, improve UI styling, and fix gaps

This commit is contained in:
2026-02-22 04:35:59 +00:00
parent 57abfd6b80
commit b5ddc21662
4168 changed files with 763782 additions and 1008 deletions

40
node_modules/rubiks-js/package.json generated vendored Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "rubiks-js",
"version": "1.0.0",
"type": "module",
"description": "A rubiks cube with no dependencies. Can use custom images for faces. The state of the cube can be safed.",
"keywords": [
"rubiks",
"cube",
"rubiks cube",
"3x3x3",
"3x3",
"state",
"jsdoc",
"image",
"picture",
"touch",
"mobile",
"phone"
],
"homepage": "https://github.com/pedeEli/rubiks/blob/main/packages/rubiks/README.md",
"bugs": {
"url": "https://github.com/pedeEli/rubiks/issues"
},
"license": "MIT",
"author": {
"name": "Elias Gerster"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedeEli/rubiks.git"
},
"main": "./src/index.js",
"scripts": {
"check": "tsc",
"publish": "npm publish"
},
"devDependencies": {
"typescript": "^5.4.3"
}
}