browser-module-sandbox
browser-module-sandbox copied to clipboard
Examples of use?
I'm developing a browser-based tool for prototyping javascript functions and I'd like the user to be able to use NPM modules. So this project seems perfect (unless there's something newer that replaces it?) but it's unclear to me exactly how to use it. I've also been looking at the code for ESNextbin but that's unclear too. Is the idea that you just write i.e. import _ from lodash and the bundle is automatically obtained? Or is there something else that has to be done?
Also: does this require a node server? Or is it purely in the client?