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
I'm trying to use buttplug-wasm, but I think the library is missing an entry point in the package.json ("exports"), because I only got it to work with a deep import like this:
I'm trying to use buttplug-wasm, but I think the library is missing an entry point in the package.json ("exports"), because I only got it to work with a deep import like this:
Without the
ts-ignore
there's also an error message from TypeScript (but it works nonetheless):By the way, I was also trying to use the wasm-library from cdn to save bandwith, but that was unsuccessful so far in TypeScript for me.
The text was updated successfully, but these errors were encountered: