mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
---
|
|
title: Crop and split
|
|
---
|
|
|
|
<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> |