mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
small changes
This commit is contained in:
parent
8c7255ccf8
commit
3a85734b7f
22 changed files with 244 additions and 200 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue