1,005 B
1,005 B
title |
---|
@freesewing/plugin-notches |
The @freesewing/plugin-notches plugin provides the following snippets:
An example of the notch and bnotch snippetsThe notches plugin is part of our plugin-bundle
Installation
npm install @freesewing/plugin-notches
Usage
Like all build-time plugins, you load them by passing them to the freesewing.Design super-constructor:
import freesewing from "@freesewing/core";
import notches from "@freesewing/plugin-notches";
import config from "../config";
const Pattern = new freesewing.Design(config, notches);
Now you can use the
notch and
bnotch
snippets in your designs.