fix(core): compress images
This commit is contained in:
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 |
@@ -47,8 +47,6 @@ export class Background {
|
||||
|
||||
this.bodyHeight = document.body.scrollHeight + 110; // navbar height
|
||||
|
||||
console.log(this.bodyHeight)
|
||||
|
||||
for (let i = 0; i < this.numStars * (this.bodyHeight / this.height); i++) {
|
||||
this.stars.push({
|
||||
x: Math.random() * this.width,
|
||||
|
||||
Reference in New Issue
Block a user