tiptap/docs/src/docPages/examples/drawing.md

5 lines
254 B
Markdown
Raw Normal View History

2020-12-06 03:56:12 +08:00
# Drawing
2021-01-11 22:30:43 +08:00
Did you ever wanted to draw in a text editor? Me neither. Anyway, here is an example how that could work with tiptap. If you want to build something like that, [learn more about node views](/guide/node-views).
2020-12-06 03:56:12 +08:00
<demo name="Examples/Drawing" />