Files
gpx.studio/website/src/lib/docs/en/toolbar/scissors.mdx

14 lines
385 B
Plaintext
Raw Normal View History

2024-07-08 22:43:50 +02:00
---
2024-07-09 22:49:57 +02:00
title: Crop and split
2024-07-08 22:43:50 +02:00
---
2024-07-09 22:49:57 +02:00
<script>
import { ScissorsIcon } from 'lucide-svelte';
import Scissors from '$lib/components/toolbar/tools/Scissors.svelte';
</script>
# <ScissorsIcon size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
<div class="flex flex-row justify-center">
<Scissors class="text-foreground p-3 border rounded-md shadow-lg" />
</div>