1.0.0 • Published 6 years ago
svrx-plugin-eruda v1.0.0
svrx-plugin-eruda
The svrx plugin for eruda
Usage
Please make sure that you have installed svrx already.
Via CLI
svrx -p erudaVia API
const svrx = require('@svrx/svrx');
svrx({ plugins: [ 'eruda' ] }).start();Options
| Arguments | Type | Default | Description |
|---|---|---|---|
| container | string | container element | |
| tool | array or string | choose which default tools you want | |
| autoScale | boolean | true | auto scale eruda for different viewport settings |
| useShadowDom | boolean | true | use shadow dom for css encapsulation |
Click here for more informations
License
MIT