1
0
Fork 0

[plugin-path-utils] feat: Add path-utils plug-in (#236)

This plug-in helps with creating seam allowance and hem paths.

Rebased v4 version for #99, see the linked issue for screenshots/details.

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/236
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
Co-committed-by: Jonathan Haas <haasjona@gmail.com>
This commit is contained in:
Jonathan Haas 2025-04-13 08:58:45 +00:00 committed by Joost De Cock
parent 36da79afb6
commit 04a0b4b099
14 changed files with 1971 additions and 436 deletions

View file

@ -0,0 +1 @@
describe('Path-Utils Plugin Tests', () => {})

View file

@ -0,0 +1,6 @@
// This file is auto-generated | Any changes you make will be overwritten.
import { plugin } from '../src/index.mjs'
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
// Run shared tests
sharedPluginTests(plugin)