2021-10-17 18:26:00 +02:00
|
|
|
---
|
2022-10-02 00:27:09 +02:00
|
|
|
title: plugin-bartack
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
Published as [@freesewing/plugin-bartack][1], this plugin provides
|
2022-10-12 19:09:04 +02:00
|
|
|
the [bartack](/reference/macros/bartack),
|
|
|
|
[bartackAlong](/reference/macros/bartackalong), and
|
2022-12-13 04:39:07 -08:00
|
|
|
the [bartackFractionAlong](/reference/macros/bartackfractionalong) macros
|
2022-10-02 00:27:09 +02:00
|
|
|
which allows you to add bartacks — a set
|
|
|
|
of tight zig-zag stitches used to enforce a seam — to your design.
|
2022-07-27 14:38:18 -07:00
|
|
|
|
2021-08-25 16:09:31 +02:00
|
|
|
## Installation
|
|
|
|
|
2021-12-27 17:33:49 +01:00
|
|
|
```sh
|
2021-08-25 16:09:31 +02:00
|
|
|
npm install @freesewing/plugin-bartack
|
|
|
|
```
|
|
|
|
|
|
|
|
## 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-08-25 16:09:31 +02:00
|
|
|
|
2022-12-13 04:39:07 -08:00
|
|
|
To import the plugin for use:
|
|
|
|
```js
|
|
|
|
import { bartackPlugin } from '@freesewing/plugin-bartack'
|
|
|
|
// or
|
|
|
|
import { pluginBartack } from '@freesewing/plugin-bartack'
|
|
|
|
```
|
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
## Notes
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-10-02 00:27:09 +02:00
|
|
|
The bartack plugin is part of our [plugin-bundle](/reference/plugins/bundle)
|
|
|
|
|
|
|
|
[1]: https://www.npmjs.com/package/@freesewing/plugin-bartack
|