
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>
6 lines
234 B
JavaScript
6 lines
234 B
JavaScript
// 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)
|