Allow to use excalidraw as vue component in other apps #1404
Description
per conversation from twitter: https://twitter.com/rajatjindal1983/status/1249242158130843648
first of all thank you for such amazing project. (opensource is 💯 )
Use case:
I am working on a hobby project using vuejs, where I wanted to visualize a workflow. This workflow is dynamic based on certain conditions. I really loved the presentation that we can do using excalidraw UI, and wondered if its possible to have a vue component where we can provide the json and get the visualization.
I saw its already possible to export the diagram as JSON, so i was hoping this should be technically possible.
For my usecase, I do not really need edit capabilities, but events such as on-click would be desirable (if possible).
(i understand if implemented, this will be done in a generic way, but i just wanted to describe my usecase in little detail)
Many thanks for considering
Rajat Jindal
Activity