Input a school manual reader, output a pdf.
demo.educadhoc.fr
- More coming soon !
- Node 16 or higher (Tested with node V19)
- Npm
- Internet connection (obviously)
Install the project with npm:
npm install
You can edit the following settings in the config.js
file:
module.exports = {
quality: 2, // Higher number gets better quality but also bigger files !
headless: true // Control if it shows or not the browser. True = no browser. (Should be true for server or panel things !)
}
To run this project do:
node .