mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-03 11:04:26 +00:00
deploy
This commit is contained in:
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
||||
],
|
||||
});
|
||||
});
|
||||
/*! update cache: 20260329053027 */
|
||||
/*! update cache: 20260329054721 */
|
||||
|
||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise();
|
||||
});
|
||||
/*! update cache: 20260329053027 */
|
||||
/*! update cache: 20260329054721 */
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
baseSpeed: 1, // Base speed of stars (will affect acceleration)
|
||||
trailLength: 0.8, // Length of star trail (0-1)
|
||||
starColor: "rgb(255, 255, 255)", // Color of stars (only rgb)
|
||||
canvasColor: "rgb(0, 0, 0)", // Canvas background color (only rgb)
|
||||
canvasColor: "rgb(30, 30, 30)", // Canvas background color (only rgb)
|
||||
hueJitter: 0, // Maximum hue variation in degrees (0-360)
|
||||
maxAcceleration: 10, // Maximum acceleration
|
||||
accelerationRate: 0.2, // Rate of acceleration
|
||||
@@ -469,4 +469,4 @@
|
||||
|
||||
return Starfield;
|
||||
});
|
||||
/*! update cache: 20260329053027 */
|
||||
/*! update cache: 20260329054721 */
|
||||
|
||||
Reference in New Issue
Block a user