1 KiB
1 KiB
title |
---|
@freesewing/plugin-notches |
The @freesewing/plugin-notces plugin provides the following snippets:
An example of the button, buttonhole, buttonhole-start, buttonhole-end, snap-stud, and snap-socket 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.