feat: replace MovingGradient with Aurora WebGL background

This commit is contained in:
c0mrade
2026-01-31 22:55:46 +03:00
parent 24781f32ec
commit cffef41f63
5 changed files with 284 additions and 3 deletions

7
package-lock.json generated
View File

@@ -32,6 +32,7 @@
"framer-motion": "^12.29.2",
"i18next": "^23.7.0",
"i18next-browser-languagedetector": "^7.2.0",
"ogl": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
@@ -4985,6 +4986,12 @@
"node": ">= 6"
}
},
"node_modules/ogl": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/ogl/-/ogl-1.0.11.tgz",
"integrity": "sha512-kUpC154AFfxi16pmZUK4jk3J+8zxwTWGPo03EoYA8QPbzikHoaC82n6pNTbd+oEaJonaE8aPWBlX7ad9zrqLsA==",
"license": "Unlicense"
},
"node_modules/onetime": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",