Published as @freesewing/snapseries, this package provides series of common sizes for elastics and zippers and series of common intervals to be used with snapped percentage options.
Exports
All exports are plain objects with metric
and imperial
properties
that can be used as the snap
property for snapped percentage options.
Some exports have metric
and imperial
properties that are
arrays of numbers.
These exports and their properties are:
elastics
: Arrays of common elastic widthszippers
: Arrays of common zipper lengths
Other exports have metric
and imperial
properties that are
numbers to allow options to be snapped to multiples of the value.
These exports and properties are:
smallSteps
: Intervals of 1 mm or 1/32 inchsteps
: Intervals of 5 mm or 1/8 inchbigSteps
: Intervals of 10 mm or 1/2 inch
Installation
Shell prompt
npm install @freesewing/snapseries
Example
In NodeJS:
Javascript
import { elastics } from @freesewing/snapseries
myOption: {
pct: 10,
min: 5
max: 35,
snap: elasitcs,
}
Units
All measurements are in mm.
RELATED
Please see Snapped percentage options to learn more about how snapped percentage options are used.