unable to get gpujs work with deno
tchereau opened this issue · 0 comments
tchereau commented
What is wrong?
Where does it happen?
When trying to load it with deno using import "https://unpkg.com/gpu.js@latest/dist/gpu-browser.min.js"
How do we replicate the issue?
Create a js file, put import "https://unpkg.com/gpu.js@latest/dist/gpu-browser.min.js" inside
then run deno deno run index.js
How important is this (1-5)?
5 : just can't use it, it's doesn't work at all
Expected behavior (i.e. solution)
make it compatible with deno
Other Comments
Have a great day

