Skip to content

pomelo-chuan/eruda-outline-plugin

Repository files navigation

eruda-outline-plugin

NPM version

Eruda plugin that insert outline to all elements.

Before all

You need to load eruda first, otherwise it can't work.

Install

You can install via npm.

$ npm install eruda-outline-plugin
import erudaOutlinePlugin from 'eruda-outline-plugin';

eruda.add(erudaOutlinePlugin);

You can also install by script.

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

Demo

Open in your mobile phone demo.

About

outline-plugin for eruda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published