I thought I could use this in a browser environment, but Webpack complains that it can't find the net and tls modules, which seems to mean this package only runs on the server-side where those Node.js can be imported.
Is there a way to use in the browser?