Skip to content

Instantly share code, notes, and snippets.

@ina-amagami
Created November 23, 2023 15:51
Show Gist options
  • Save ina-amagami/c5ab52efbcbd359ef90cf98304fbc9b9 to your computer and use it in GitHub Desktop.
Save ina-amagami/c5ab52efbcbd359ef90cf98304fbc9b9 to your computer and use it in GitHub Desktop.
Cocos x Capacitorを動くようにする
<script>
System.import('./index.js').catch(function(err) { console.error(err); })
</script>
<!-- 上記は消して以下に置き換える -->
<script src="./index.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment