1
0
Fork 0
freesewing/markdown/dev/reference/plugins/notches/en.md

1,005 B

title
@freesewing/plugin-notches

The @freesewing/plugin-notches plugin provides the following snippets:

An example of the notch and bnotch 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.