fix(docs): Update plugins documentation
This commit is contained in:
parent
7063d8ab9f
commit
767d835cc6
23 changed files with 272 additions and 51 deletions
|
@ -3,7 +3,7 @@ title: plugin-round
|
|||
---
|
||||
|
||||
Published as [@freesewing/plugin-round][1], this plugin provides [the round
|
||||
macro](/reference/macros/round) which helps you round corners on your
|
||||
macro](/reference/macros/round) which helps you create rounded corners on your
|
||||
designs.
|
||||
|
||||
## Installation
|
||||
|
@ -18,12 +18,17 @@ 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 { roundPlugin } from '@freesewing/plugin-round'
|
||||
// or
|
||||
import { pluginRound } from '@freesewing/plugin-round'
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
The round macro is intended for rounding 90° angles.
|
||||
The `round` macro is intended for rounding 90° angles.
|
||||
It does not support rounding other angles/corners.
|
||||
|
||||
The round plugin is part of our [plugin-bundle](/reference/plugins/bundle)
|
||||
|
||||
[1]: https://www.npmjs.com/package/@freesewing/plugin-round
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue