fix(docs): Update plugins documentation
This commit is contained in:
parent
7063d8ab9f
commit
767d835cc6
23 changed files with 272 additions and 51 deletions
|
@ -35,3 +35,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).
|
||||
|
||||
To import the plugin for use:
|
||||
```js
|
||||
import { bundlePlugin } from '@freesewing/plugin-bundle'
|
||||
// or
|
||||
import { pluginBundle } from '@freesewing/plugin-bundle'
|
||||
```
|
||||
|
||||
[1]: https://www.npmjs.com/package/@freesewing/plugin-bundle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue