plugin-measurements
Published as @freesewing/plugin-measurements, this plugin will provide a number of extra measurements to your design insofar as they can be deduced from the measurements that are provided.
It will add the following measurements:
seatFront(if bothseatandseatBackare provided)seatBackArc(if bothseatandseatBackare provided)seatFrontArc(if bothseatandseatBackare provided)waistFront(if bothwaistandwaistBackare provided)waistBackArc(if bothwaistandwaistBackare provided)waistFrontArc(if bothwaistandwaistBackare provided)crossSeamBack(if bothcrossSeamandcrossSeamFrontare provided)
RELATED
For more information about these extra measurements, please see
Measurements from plugin-measurements
Installation
npm install @freesewing/plugin-measurements
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 { measurementsPlugin } from '@freesewing/plugin-measurements'
// or
import { pluginMeasurements } from '@freesewing/plugin-measurements'
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.