Carnaux / NFT-Marker-Creator

This editor creates NFT markers for ARTOOKIT 5.x

Home Page:https://carnaux.github.io/NFT-Marker-Creator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duplicate url with jsartoolkit5

dolgong2 opened this issue · comments

Trying to use both NftMarkerCreator and jsartoolkt5 in a single web page.

both project need to specify wasm url like

<script type='text/javascript'> var artoolkit_wasm_url = './lib/NftMarkerCreator_wasm.wasm'; </script> <script type='text/javascript'> var artoolkit_wasm_url = '../build/artoolkit_wasm.wasm'; </script>

Error on console
Uncaught RangeError: Maximum call stack size exceeded

You will need to compile both into one file using emscriten, use the nft-marker-creator dev branch as template.