pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.45k stars 290 forks source link

Parser stand alone error - ReferenceError: Blob is not defined #144

Open ImpendingDoom28 opened 2 years ago

ImpendingDoom28 commented 2 years ago

Hello! I have an error then using the parser standalone - ReferenceError: Blob is not defined. I'm using NextJS's API to do the parsing. I've tried importing Blob to the file, but that didn't help

Error in nextjs console:

image

The code itself:

image

Looking forward for your answer! Thank you