Using "standardized-audio-context" to fix compatibility of AudioContext with Safari.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script lang="typescript">
|
||||
import { AudioContext } from 'standardized-audio-context';
|
||||
import {SoundMeter} from "../../Phaser/Components/SoundMeter";
|
||||
import {onDestroy} from "svelte";
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<script lang="typescript">
|
||||
import { AudioContext } from 'standardized-audio-context';
|
||||
import {SoundMeter} from "../Phaser/Components/SoundMeter";
|
||||
import {onDestroy} from "svelte";
|
||||
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
display: inline-flex;
|
||||
|
||||
img {
|
||||
/*width: 30px;*/
|
||||
border-radius: 50%;
|
||||
background-color: #ffda01;
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user