TODO replace bindery with pagedjs?

This commit is contained in:
Milan Hauth 2023-08-22 06:47:15 +02:00
parent 99f84033c2
commit 5a98467555

View file

@ -310,6 +310,19 @@
<!-- TODO allow to select pages in the "bindery" layout engine
to avoid the browser's slow "print preview".
in my case, rendering the screen layout takes 30 seconds
and rendering the print preview takes another 50 seconds.
so when i want to print just one page, this is a waste of time.
-->
<!-- TODO replace bindery with pagedjs?
https://github.com/pagedjs/pagedjs
https://gitlab.coko.foundation/pagedjs/pagedjs/
https://github.com/evnbr/bindery/issues/132 # similar projects, pagedjs is a terrible mess ... not beginner-friendly
-->
<!-- book layout engine, based on https://github.com/evnbr/bindery -->
<script src="src/bindery/bindery.umd.js"></script>