https://github.com/svrxjs/svrx-plugin-eruda
The svrx plugin for eruda(an integrated console for mobile)
https://github.com/svrxjs/svrx-plugin-eruda
eruda svrx svrx-plugin
Last synced: about 2 months ago
JSON representation
The svrx plugin for eruda(an integrated console for mobile)
- Host: GitHub
- URL: https://github.com/svrxjs/svrx-plugin-eruda
- Owner: svrxjs
- License: mit
- Created: 2019-06-11T09:39:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T21:34:55.000Z (over 4 years ago)
- Last Synced: 2025-02-05T09:37:23.368Z (3 months ago)
- Topics: eruda, svrx, svrx-plugin
- Language: JavaScript
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
svrx-plugin-eruda
---[](https://svrx.io/)
[](https://www.npmjs.com/package/svrx-plugin-eruda)The svrx plugin for eruda
## Usage
> Please make sure that you have installed [svrx](https://svrx.io/) already.
### Via CLI
```bash
svrx -p eruda
```### Via API
```js
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](https://github.com/liriliri/eruda) for more informations
## License
MIT