rough-stuff/rough

Draw text on canvas using roughjs

adarsh45 opened this issue · 1 comments

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

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