@shikeik/eruda-indexeddb
v1.0.2
Published
Fork of eruda-indexeddb with enhanced native-style UI
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!
