Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.17 KB

readme.md

File metadata and controls

25 lines (19 loc) · 1.17 KB

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.
  • Improve documentation.
  • Compatibility with dwitter! - Almost. Check this out!
  • Allow sharing code via URL only and no server-side.

Alternatives