@takerofnotes/plugin-browser
v0.2.0
Published
Taker of Notes storage plugin for the browser using IndexedDB
Downloads
110
Readme
Taker of Notes Plugin: Browser
Taker of Notes storage plugin for the browser using IndexedDB
Getting Started
- Install dependencies:
npm install - Run tests:
npm test - Build:
npm run build
Project Structure
src/- Source codetest/- Testsdist/- Built outputrollup.config.js- Build configuration
Development
Implement your storage adapter in src/Browser.js.
