I am migrating working code from regular dweet.io to dweetpro.io
In the javascript API documentation for dweetpro, it says to initialize using
var dweetClient = require("dweetio-client");
var dweetio = new dweetClient("username", "password");
But "require" is not supported in client side javascript. What do I need to do?