1
0
Fork 0

chore(markdown): Updated Plugin docs for v3

This commit is contained in:
Joost De Cock 2022-10-02 00:27:09 +02:00
parent 0374b04a59
commit d988f11062
24 changed files with 329 additions and 606 deletions

View file

@ -1,40 +1,26 @@
---
title: "@freesewing/plugin-cutonfold"
title: plugin-cutonfold
---
The **@freesewing/plugin-cutonfold** plugin provides
[the cutonfold macro](/reference/api/macros/cutonfold) which adds a cut-on-fold
Published as [@freesewing/plugin-cutonfold][1], this plugin provides [the
cutonfold macro](/reference/api/macros/cutonfold) which adds a cut-on-fold
indicator to your design.
<Example part="plugin_cutonfold">
An example of the cutonfold macro
</Example>
<Tip>
The cutonfold plugin is part of our [plugin-bundle](/reference/plugins/bundle)
</Tip>
## Installation
```bash
```sh
npm install @freesewing/plugin-cutonfold
```
## Usage
Like all [build-time plugins](/guides/plugins/types-of-plugins#build-time-plugins), you
load them by passing them to the [freesewing.Design](/reference/api/design) super-constructor:
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).
```js
import freesewing from "@freesewing/core";
import cutonfold from "@freesewing/plugin-cutonfold";
import config from "../config";
## Notes
const Pattern = new freesewing.Design(config, cutonfold);
```
The cutonfold plugin is part of our [plugin-bundle](/reference/plugins/bundle)
[1]: https://www.npmjs.com/package/@freesewing/plugin-cutonfold
Now you can use [the cutonfold macro](/reference/api/macros/cutonfold/) in your parts.