Replies: 3 comments 1 reply
|
We have the same issue, we cannot load draco from external services due to gdpr compliance. Is there a solution for this? |
0 replies
|
We have the same issue |
0 replies
|
@PoltP @purple97 we solved the issue. Here is our initialization: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm using your library to show Spline animation.
Now we have CORS issues for the following URLs:
https://www.gstatic.com/draco/versioned/decoders/1.5.2/draco_wasm_wrapper.js
https://www.gstatic.com/draco/versioned/decoders/1.5.2/draco_decoder.wasm
https://unpkg.com/@splinetool/modelling-wasm@1.9.37/build/process.wasm
I've tried VanillaJS way and used
setUIWasmUrlto check like thisbut this method does not work.
Please help me solve the issue
All reactions