ol-th / pdf-img-convert.js

Simple node package to convert a PDF into images.
MIT License
161 stars 38 forks source link

Fix for loops #41

Closed tmoran-stenoa closed 1 year ago

tmoran-stenoa commented 1 year ago

The two loops are currently missing the let keyword to declare the looping variable i, leading to a runtime error when executing the code.