small changes

This commit is contained in:
Avad3 2024-07-11 18:59:51 -04:00
parent 8c7255ccf8
commit 3a85734b7f
22 changed files with 244 additions and 200 deletions

View file

@ -10,6 +10,7 @@ declare global {
worker: string;
client: string;
codecs: string;
html: string;
}
}
}
@ -21,5 +22,6 @@ self.__scramjet$config = {
bundle: "/scramjet.bundle.js",
worker: "/scramjet.worker.js",
client: "/scramjet.client.js",
codecs: "/scramjet.codecs.js"
codecs: "/scramjet.codecs.js",
html: "/scramjet.html.js"
}