saurabhdaware / text-to-handwriting

So your teacher asked you to upload written assignments? Hate writing assigments? This tool will help you convert your text to handwriting xD
https://saurabhdaware.github.io/text-to-handwriting/
MIT License
4.71k stars 1.13k forks source link

Display total number of pages #66

Closed Eronmmer closed 4 years ago

Eronmmer commented 4 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Just a little badge or something above or below the "Page Output" section to display the total number of pages to be printed.

saurabhdaware commented 4 years ago

Oh yes that makes sense, Thank you for pointing it out!

We can have it beside the "Output" heading. I am keeping this open if someone wants to work on it.

In the file src/generate-images.mjs, there's an array called outputImages which contains all the output images so that array's length will be total number of pages.