1.1 KiB
1.1 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:
- plugin-annotations
- plugin-measurements : Make extra, calculated measurements available to your patterns
- plugin-mirror : Mirror points and paths in your patterns
- plugin-round : Create rounded corners in your patterns
- plugin-sprinkle : Add multiple snippets to your patterns
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'