mica will now start loading when selected, mica is disabled in devmode by default
This commit is contained in:
parent
376031190a
commit
c874d09f8e
3 changed files with 14 additions and 3 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue