[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:
parent
36da79afb6
commit
04a0b4b099
14 changed files with 1971 additions and 436 deletions
1
plugins/plugin-path-utils/tests/plugin.test.mjs
Normal file
1
plugins/plugin-path-utils/tests/plugin.test.mjs
Normal file
|
@ -0,0 +1 @@
|
|||
describe('Path-Utils Plugin Tests', () => {})
|
6
plugins/plugin-path-utils/tests/shared.test.mjs
Normal file
6
plugins/plugin-path-utils/tests/shared.test.mjs
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue