0.0.1 • Published 3 years ago
yakp v0.0.1
Yet Another Kindle Parser
Parses Kindle Highlights from exported HTML file to JSON.
Installation
npm install yakpor
yarn add yakpUsage
import { Yakp } from 'yakp';
const yakp = new Yakp(stringifiedHtml);
const parsedNotebook = yakp.parse();0.0.1
3 years ago