Initial diophantine sphere component

This commit is contained in:
2026-06-10 11:41:49 +02:00
commit 6ad4f51838
18 changed files with 8836 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"componentId": "diophantine-sphere",
"displayName": "Diophantine Sphere",
"version": "1.0.0",
"folderName": "glitch_diophantine_sphere",
"packageName": "@glitch-components/diophantine-sphere",
"entry": "dist/diophantine-sphere.js",
"source": "src/index.tsx",
"tags": [
"glitch-component",
"diophantine",
"sphere",
"integer",
"visualization"
]
}