2021-12-28 09:09:27 +01:00
|
|
|
---
|
2022-10-02 18:07:36 +02:00
|
|
|
title: plugin-notches
|
2021-12-28 09:09:27 +01:00
|
|
|
---
|
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
Published as [@freesewing/plugin-notches][1], this plugin provides the
|
|
|
|
[notch](/reference/api/snippets/notch) and
|
|
|
|
[bnotch](/reference/api/snippets/bnotch) snippets.
|
2021-12-28 09:09:27 +01:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
```sh
|
2021-12-28 09:09:27 +01:00
|
|
|
npm install @freesewing/plugin-notches
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
Either [add it as a part plugins](/reference/api/part/config/plugins) in your
|
|
|
|
design, or [add it to a pattern instance with
|
|
|
|
Pattern.use()](/reference/api/pattern/use).
|
2021-12-28 09:09:27 +01:00
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
## Notes
|
2021-12-28 09:09:27 +01:00
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
The notches plugin is part of our [plugin-bundle](/reference/plugins/bundle)
|
2021-12-28 09:09:27 +01:00
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
[1]: https://www.npmjs.com/package/@freesewing/plugin-notches
|