examples: add screenshot example (#1456)

This commit is contained in:
braks
2024-06-08 16:56:21 +02:00
parent 6503b3e9ed
commit f74be96b2d
11 changed files with 747 additions and 300 deletions
+11
View File
@@ -0,0 +1,11 @@
# Screenshot
<script setup>
import ScreenshotExample from '../../examples/screenshot/ScreenshotExample.vue';
</script>
This example demonstrates how to take a screenshot of the current graph.
<div class="mt-6">
<ScreenshotExample />
</div>