explorer-bridge-local
v0.0.3
Published
Bridge for inspecting values from the same JavaScript runtime as the visualization
Downloads
2
Readme
explorer-bridge-local
Allows inspection of a JavaScript value within the same runtime as the visualization.
Installation
npm i --save explorer-bridge-local
Usage
import createLocalBridge from 'explorer-bridge-local';
const bridge = createLocalBridge();