0.0.1 • Published 3 years ago

inline-javascript-sandbox v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

JavaScript Sandbox

Execute sandboxed JS in a page.

Screenshot

Roadmap

  • Create web worker executor
  • Make it an embeddable Web Components. See branch feature/as-web-components.
  • Add more output rendering options. See Algorithm Visualizer for inspiration.
  • Custom inputs instead of just window.prompt or window.confirm.
  • Improve UI.
  • Compatibility with dwitter!
  • Allow sharing code via URL only and no server-side.

Alternatives