|
--- |
|
sdk: docker |
|
--- |
|
# eruda-dom |
|
|
|
[![NPM version][npm-image]][npm-url] |
|
[![Build status][travis-image]][travis-url] |
|
[![License][license-image]][npm-url] |
|
|
|
[npm-image]: https://img.shields.io/npm/v/eruda-dom.svg |
|
[npm-url]: https://npmjs.org/package/eruda-dom |
|
[travis-image]: https://img.shields.io/travis/liriliri/eruda-dom.svg |
|
[travis-url]: https://travis-ci.org/liriliri/eruda-dom |
|
[license-image]: https://img.shields.io/npm/l/eruda-dom.svg |
|
|
|
Eruda plugin for navigating dom tree. |
|
|
|
## Demo |
|
|
|
Browse it on your phone: |
|
[http://eruda.liriliri.io/?plugin=dom](http://eruda.liriliri.io/?plugin=dom) |
|
|
|
## Install |
|
|
|
```bash |
|
npm install eruda-dom --save |
|
``` |
|
|
|
```javascript |
|
eruda.add(erudaDom); |
|
``` |
|
|
|
Make sure Eruda is loaded before this plugin, otherwise won't work. |