Creates a http server that can generate complex pdf pages with full html5/css3 and javascript functionality with lower memory and time.
yarn install pupperfit;
// or
npm install pupperfit;
node index.js // Makes it be online on localhost:3001
Do a simple http request with your preferred http client to http://localhost:3001 containing the desired html page.
curl -X POST http://localhost:3001
-H "Content-Type: text/plain"
-d 'Hello world :)'