Disable automatic image decoding in web builds
All checks were successful
Run tests / Run tests (push) Successful in 6m59s
All checks were successful
Run tests / Run tests (push) Successful in 6m59s
This commit is contained in:
parent
d785efc708
commit
e032f8d54b
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
<script type="text/javascript">
|
||||
var Module = {
|
||||
canvas: document.getElementById('canvas'),
|
||||
noImageDecoding: true,
|
||||
};
|
||||
</script>
|
||||
{{{ SCRIPT }}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue