eruda-indexeddb
v0.1.1
Published
This plugin adds IndexedDB support for [Eruda](https://eruda.liriliri.io/).
Readme
IndexedDB plugin for Eruda 
This plugin adds IndexedDB support for Eruda.
Installation
In the command line...
npm install eruda-indexeddbIn your code...
import erudaIndexedDB from 'eruda-indexeddb';
import eruda from 'eruda';
eruda.init();
eruda.add(erudaIndexedDB);And you're done!
