fix(docs): Update plugins documentation
This commit is contained in:
parent
7063d8ab9f
commit
767d835cc6
23 changed files with 272 additions and 51 deletions
|
@ -8,7 +8,7 @@ segments](https://en.wikipedia.org/wiki/Gore_\(segment\)); 2D panels to create
|
|||
a sphehrical shape as used in hats for example.
|
||||
|
||||
This plugin handles all the mathematics to create a (part-)sphere in your
|
||||
patterns.
|
||||
designs.
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -22,5 +22,11 @@ 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).
|
||||
|
||||
[1]: https://www.npmjs.com/package/@freesewing/plugin-gore
|
||||
To import the plugin for use:
|
||||
```js
|
||||
import { gorePlugin } from '@freesewing/plugin-gore'
|
||||
// or
|
||||
import { pluginGore } from '@freesewing/plugin-gore'
|
||||
```
|
||||
|
||||
[1]: https://www.npmjs.com/package/@freesewing/plugin-gore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue