eruda-outline-plugin

0.0.5 • Public • Published

eruda-outline-plugin

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.

/eruda-outline-plugin/

    Package Sidebar

    Install

    npm i eruda-outline-plugin

    Weekly Downloads

    1

    Version

    0.0.5

    License

    ISC

    Unpacked Size

    12.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • pomelo-chuan