1
0
Fork 0

wip: work on editor

This commit is contained in:
joostdecock 2025-01-19 17:11:22 +01:00
parent 761ad0d5c9
commit 4916a6e805
19 changed files with 423 additions and 286 deletions

View file

@ -1,5 +1,8 @@
// Dependencies
import React from 'react'
import { defaultConfig } from '../config/index.mjs'
import { round } from '@freesewing/utils'
import { formatDesignOptionValue } from './index.mjs'
// Components
import {
ErrorIcon,