69d690c23f553a25a9dddb0f3510ef25bb54a0bd
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.
Description
Languages
JavaScript
100%