1
0
Fork 0

feat(shared): PanZoomPattern component

This commit is contained in:
joostdecock 2023-06-01 20:18:37 +02:00
parent b829883674
commit eef8d68781
7 changed files with 71 additions and 152 deletions

View file

@ -4,7 +4,7 @@ import { pluginBundle } from '@freesewing/plugin-bundle'
import { pluginFlip } from '@freesewing/plugin-flip'
import { pluginGore } from '@freesewing/plugin-gore'
import { Design } from '@freesewing/core'
import { Svg } from '../workbench/pattern/svg'
import { Svg } from 'pkgs/react-components/src/index.mjs'
import { Defs } from '../workbench/pattern/defs'
import { Stack } from '../workbench/pattern/stack'
import { useState, useEffect } from 'react'