Optional component for configuring the background beyond the default themes
<script> import { Background, Node, Svelvet } from 'svelvet'; import CustomEdge from './CustomEdge.svelte' </script> <Svelvet controls minimap> <Node /> <Background dotColor="red" bgColor="black" gridWidth={40} dotSize={3} slot="background" /> </Svelvet>