We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i'm trying to use it on my web app. In my web browser's console, i have this message:
ERROR TypeError: canvas.toBuffer is not a function
I did install canvas with npm by following the wiki. What should i do?
ERROR TypeError: canvas.toBuffer is not a function text2png index.js:164 exportInPng export.component.ts:132 ExportComponent_Template_button_click_63_listener export.component.html:55 Angular 10 executeListenerWithErrorHandling wrapListenerIn_markDirtyAndPreventDefault decoratePreventDefault invokeTask onInvokeTask invokeTask runTask invokeTask invokeTask globalZoneAwareCallback
The text was updated successfully, but these errors were encountered:
Having the same issue.
Sorry, something went wrong.
You can use output: 'dataURL' instead, see https://github.com/tkrkt/text2png/blob/master/index.js#L167
output: 'dataURL'
No branches or pull requests
Hi, i'm trying to use it on my web app. In my web browser's console, i have this message:
I did install canvas with npm by following the wiki. What should i do?
The text was updated successfully, but these errors were encountered: