0.1.12 • Published 4 years ago

roy-web-sandbox v0.1.12

Weekly downloads
28
License
-
Repository
-
Last release
4 years ago

roy-web-sandbox

sandbox environment where running javascript in browser

Build Setup

# install dependencies
npm install

# build for development
npm run dev

# build for production
npm run build

Install

npm install --save roy-web-sandbox

Usage

import sandboxManager from 'roy-web-sandbox';

const sandbox = sandboxManager.create(`
window.a = 10;
console.log(window.a);
`);

sandbox.mount();  // 10
console.log(window.a); // undefined
0.1.12

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago