1
0
Fork 0
freesewing/markdown/dev/reference/plugins/bundle/en.md
2022-12-13 04:39:07 -08:00

2 KiB

title
plugin-bundle

Published as @freesewing/plugin-bundle, this plugin bundles the most commonly used FreeSewing time plugins in one handy package.

Specifically, loading this plugin will have the same effect as loading these plugins individually:

Installation

npm install @freesewing/plugin-bundle

Usage

Either add it as a part plugins in your design, or add it to a pattern instance with Pattern.use().

To import the plugin for use:

import { bundlePlugin } from '@freesewing/plugin-bundle'
// or
import { pluginBundle } from '@freesewing/plugin-bundle'