# eruda-outline-plugin

Eruda plugin that insert outline to all elements.

![](./midea/IMG_3413.JPEG)

## Before all
You need to load [eruda](https://github.com/liriliri/eruda#install) first, otherwise it can\'t work.

## Install

You can install via npm.

```
$ npm install eruda-outline-plugin
```

```javascript
import erudaOutlinePlugin from 'eruda-outline-plugin';

eruda.add(erudaOutlinePlugin);
```

You can also install by script.

```html
<script src='/path/to/eruda-outline-plugin'></script>
<script>eruda.add(erudaOutlinePlugin);</script>
```

## Demo

Open in your mobile phone [demo](https://pomelo-chuan.github.io/eruda-outline-plugin).
