1.0.0 • Published 5 years ago

svrx-plugin-eruda v1.0.0

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

svrx-plugin-eruda

svrx npm

The svrx plugin for eruda

Usage

Please make sure that you have installed svrx already.

Via CLI

svrx -p eruda

Via API

const svrx = require('@svrx/svrx');

svrx({ plugins: [ 'eruda' ] }).start();

Options

ArgumentsTypeDefaultDescription
containerstringcontainer element
toolarray or stringchoose which default tools you want
autoScalebooleantrueauto scale eruda for different viewport settings
useShadowDombooleantrueuse shadow dom for css encapsulation

Click here for more informations

License

MIT