You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use this library via es6 modules? I tried to import from jsdeliver and it simply didn't work. All I got when I imported was a constructor. Tried debugging with ChatGPT but it looks like the library was expecting to register an effect and didn't contain the effects like NET.
For instance the import added an object to window called VANTA but it looks like this:
{version: '0.5.24',register: ƒ,VantaBase: ƒ}
The text was updated successfully, but these errors were encountered:
Is it possible to use this library via es6 modules? I tried to import from jsdeliver and it simply didn't work. All I got when I imported was a constructor. Tried debugging with ChatGPT but it looks like the library was expecting to register an effect and didn't contain the effects like NET.
For instance the import added an object to window called
VANTA
but it looks like this:The text was updated successfully, but these errors were encountered: