Replies: 1 comment 1 reply
-
|
I use vue-markdown-render in the ThinkInAIXYZ/deepchat project. For the capture functionality, we implemented it at the application level by leveraging Electron’s built-in Chromium webpage capture API. In my opinion, screenshot and capture features are better suited for the app layer—integrating such functionality directly into this repository could limit the flexibility of downstream projects, as it would constrain how they handle capture operations and which technologies they can use. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Perhaps you can add capture to the NodeRenderer, which is useful when you want to quickly share what you're seeing, especially if the render block is too long to take a screenshot manually, you may want to consider using snapdom
Beta Was this translation helpful? Give feedback.
All reactions