IndexedDB plugin for Eruda !CI
This plugin adds IndexedDB support for Eruda.
Installation
In the command line...
``sh
npm install eruda-indexeddb
`
In your code...
`js
import erudaIndexedDB from 'eruda-indexeddb';
import eruda from 'eruda';
eruda.init();
eruda.add(erudaIndexedDB);
``
And you're done!