cburgmer / rasterizeHTML.js

Renders HTML into the browser's canvas
http://cburgmer.github.io/rasterizeHTML.js
MIT License
2.45k stars 220 forks source link

Issues while Rendering and unable to (.then) #190

Closed VasucharyBonthi closed 6 years ago

VasucharyBonthi commented 7 years ago
  1. Unable to use then ( rasterizeHTML.drawHTML(html).then ) it showing error i have attached screenshots for your reference
  2. i am unable to load fonts while converting div to canvas 3.. in canvas there is default scroll bars are rendering

image

cburgmer commented 7 years ago

Can you provide the version of the library, and if it's installed via npm, which version of inlineresources you are using? Also, if you are using the bleeding edge version, then it would help to know whether you are using a particular promise library. Sharing a minimal example on jsfiddle or similar will allow me to look into the issue directly.

cburgmer commented 6 years ago

Closing until provided more details. Feel free to reopen then.