Skip to content

Commit

Permalink
🚲
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Oct 7, 2024
1 parent 7981b46 commit 176fd61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This [example](./examples/B0819W19WD) uses the first page of the scifi book [Rev
</tr>
<tr>
<td>
Playwright exports a PNG screenshot for each page, bypassing Kindle's DRM.
Playwright exports a scaled down PNG screenshot of each page's main content, bypassing Kindle's DRM.
</td>
<td>
<img src="./examples/B0819W19WD/pages/0000-0001.png" alt="First page of Revelation Space by Alastair Reynolds">
Expand All @@ -78,10 +78,10 @@ This [example](./examples/B0819W19WD) uses the first page of the scifi book [Rev
</tr>
<tr>
<td>
We now have full access to the book's contents and metadata, so we can export it in any format we want. 🎉
After doing this for each page (and handling chapters + special cases), we now have full access to the book's contents and metadata, so we can export it in any format we want. 🎉
</td>
<td>
<a href="./examples/B0819W19WD/book-preview.pdf">Preview of the PDF output</a> containing only the first page of the book for example purposes.
Here's a <a href="./examples/B0819W19WD/book-preview.pdf">preview of the PDF output</a> containing only the first page of the book for example purposes.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 176fd61

Please sign in to comment.