Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

liriliri/eruda-dom

Repository files navigation

eruda-dom

NPM version Build status License

Eruda plugin for navigating dom tree.

Demo

Browse it on your phone: http://eruda.liriliri.io/?plugin=dom

Install

npm install eruda-dom --save
eruda.add(erudaDom);

Make sure Eruda is loaded before this plugin, otherwise won't work.