1
0
Fork 0
freesewing/markdown/dev/reference/plugins/notches/en.md
2021-12-28 09:09:27 +01:00

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 snippets

The 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.