dabbott / javascript-playgrounds

An interactive JavaScript sandbox
https://unpkg.com/javascript-playgrounds/public/index.html
Other
1.4k stars 131 forks source link

Add support for remote vendor components #9

Closed nbclark closed 8 years ago

nbclark commented 8 years ago

Usage in the readme, but this will allow for importing 3rd party remote components, which can be included in the sandbox via require or import. Uses scriptjs to remotely load the components and import them into the sandbox. Adds logic to the _require override.

Comments welcome.