This project is a Node based export service that takes URL's and turns them into images or pdf exports.
- npm install
- tsc
- docker build .
- docker run -p 3000:3000 {machine number form build step}
- Make post request with url and export type (default is image)
If you need help building the chrome headless binary you can see this article which details how to build it.