fix(core): compress images

This commit is contained in:
nico.hdr8
2025-10-08 16:03:36 +02:00
parent 0979f62718
commit b1a16e6bb8
3 changed files with 0 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 629 KiB

View File

@@ -47,8 +47,6 @@ export class Background {
this.bodyHeight = document.body.scrollHeight + 110; // navbar height this.bodyHeight = document.body.scrollHeight + 110; // navbar height
console.log(this.bodyHeight)
for (let i = 0; i < this.numStars * (this.bodyHeight / this.height); i++) { for (let i = 0; i < this.numStars * (this.bodyHeight / this.height); i++) {
this.stars.push({ this.stars.push({
x: Math.random() * this.width, x: Math.random() * this.width,