duplicate url with jsartoolkit5
dolgong2 opened this issue · 1 comments
dolgong2 commented
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
Carnaux commented
You will need to compile both into one file using emscriten, use the nft-marker-creator dev branch as template.