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

33 lines
750 B
Markdown
Raw Normal View History

2021-12-28 09:09:27 +01:00
---
title: plugin-notches
2021-12-28 09:09:27 +01:00
---
Published as [@freesewing/plugin-notches][1], this plugin provides the
2022-10-12 19:09:04 +02:00
[notch](/reference/snippets/notch) and
[bnotch](/reference/snippets/bnotch) snippets.
2021-12-28 09:09:27 +01:00
## Installation
```sh
2021-12-28 09:09:27 +01:00
npm install @freesewing/plugin-notches
```
## Usage
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
To import the plugin for use:
```js
import { notchesPlugin } from '@freesewing/plugin-notches'
// or
import { pluginNotches } from '@freesewing/plugin-notches'
```
## Notes
2021-12-28 09:09:27 +01:00
The notches plugin is part of our [plugin-bundle](/reference/plugins/bundle)
2021-12-28 09:09:27 +01:00
[1]: https://www.npmjs.com/package/@freesewing/plugin-notches