yakp
v0.0.1
Published
Yet Another Kindle Parser
Downloads
1
Readme
Yet Another Kindle Parser
Parses Kindle Highlights from exported HTML file to JSON.
Installation
npm install yakp
or
yarn add yakp
Usage
import { Yakp } from 'yakp';
const yakp = new Yakp(stringifiedHtml);
const parsedNotebook = yakp.parse();