googlefonts / gfregression

Test local fonts against fonts host on fonts.google.com
Apache License 2.0
14 stars 10 forks source link

html2canvas integration #11

Closed davelab6 closed 6 years ago

davelab6 commented 7 years ago

https://github.com/niklasvh/html2canvas could be integrated to make it easy to generate a GIF for inclusion in a deck/pdf

Details in https://stackoverflow.com/questions/4912092/using-html5-canvas-javascript-to-take-screenshots/6678156#6678156

m4rc1e commented 7 years ago

@davelab6 thanks! this looks pretty cool. I'll see if it handles gifs :-)

m4rc1e commented 7 years ago

I would prefer to handle this on the server side using Selenium, http://www.idiotinside.com/2015/10/20/take-screenshot-selenium-python/ using phantomJS as the driver.

m4rc1e commented 6 years ago

This is now handled by diffbrowsers which uses the Browserstack api. This allows us to test on diff browsers/platforms as well.