2 KiB
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:
- plugin-banner : Add repeating text to your patterns
- plugin-bartack : Add bartacks to your patterns
- plugin-buttons : Add buttons, buttonholes, and snaps to your patterns
- plugin-cutonfold : Add cut-on-fold indicators to your patterns
- plugin-dimension : Add dimensions to your (paperless) patterns
- plugin-grainline : Add grainline indicators to your patterns
- plugin-logo : Add a FreeSewing logo to your patterns
- plugin-measurements : Make extra, calculated measurements available to your patterns
- plugin-mirror : Mirror points and paths in your patterns
- plugin-notches : Add notches to your patterns
- plugin-scalebox : Add scaleboxes to your pattern parts
- plugin-round : Create rounded corners in your patterns
- plugin-sprinkle : Add multiple snippets to your patterns
- plugin-title : Add pretty titles to your pattern parts
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'