andrei-m-code / net-core-html-to-image

.NET Core HTML to Image converter
MIT License
127 stars 54 forks source link

support setting image height and overrriding of parameter creation #25

Open Tyron18 opened 3 years ago

Tyron18 commented 3 years ago

I added support for setting of height, as well as moving the creation of the args method to a virtual method to allow the developer to customize their args as needed.