rough-stuff / rough

Create graphics with a hand-drawn, sketchy, appearance
http://roughjs.com
MIT License
19.83k stars 613 forks source link

Draw text on canvas using roughjs #172

Closed adarsh45 closed 3 years ago

adarsh45 commented 3 years ago

There is no mention of how we can draw Text similar to drawing shapes on a Canvas! Is there any way to do so?

pshihn commented 3 years ago

Nothin in RoughJS directly, but you can use canvas element yourself. Rough rendering and your own canvas code can coexist. See: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_text