plugin-path-utils
Published as @freesewing/plugin-path-utils, this plugin provides the hem, sa, offset and sa macros, whose main purpose is to make it easier to construct seam allowance paths.
Installation
npm install @freesewing/plugin-path-utils
Usage
Either add it as a part plugins in your design, or add it to a pattern instance with Pattern.use().
To import the plugin for use:
import { pathUtilsPlugin } from '@freesewing/plugin-path-utils'
// or
import { pluginPathUtils } from '@freesewing/plugin-path-utils'
Notes
This plugin is part of the core-plugins bundle, so there is no need to install or import it manually unless you wish to forego loading of core plugins yet still want to load this plugin.