mica will now start loading when selected, mica is disabled in devmode by default

This commit is contained in:
booploops 2022-03-21 01:34:04 -07:00
parent 376031190a
commit c874d09f8e
3 changed files with 14 additions and 3 deletions

View file

@ -1,4 +1,9 @@
async function spawnMica() {
if(typeof window.micaSpawned !== "undefined") {
return
}else{
window.micaSpawned = true
}
const micaDiv = document.createElement('div');
const blurIterations = 6
micaDiv.id = 'micaEffect';