Sign in
Log inSign up
What's the best way to generate image from text using JavaScript and HTML5 APIs?

What's the best way to generate image from text using JavaScript and HTML5 APIs?

Tom M's photo
Tom M
·Feb 3, 2016

I want to build a tool where a user can enter some text and I'll generate a JPEG/PNG on the fly with that text. How will you go about it? Is it possible with JavaScript alone?