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
After running npm install omnitone, I'm trying the following in my code:
constOmnitone=require('omnitone');
This results in an empty object. I see on the browser's console the Omnitone version statement logged, so I know the library is getting bundled and ran.
Any advice on how to properly require() this library? I'm using Browserify for bundling.
The text was updated successfully, but these errors were encountered:
After running
npm install omnitone
, I'm trying the following in my code:This results in an empty object. I see on the browser's console the Omnitone version statement logged, so I know the library is getting bundled and ran.
Any advice on how to properly
require()
this library? I'm using Browserify for bundling.The text was updated successfully, but these errors were encountered: