
This wraps up the initial work on a new annotations plugin that replaces other plugins that provide annotations. As a result, the following plugins are now no longer available: - plugin-banner - plugin-bartack - plugin-buttons - plugin-cutonfold - plugin-dimension - plugin-grainine - plugin-logo - plugin-notches - plugin-scalebox - plugin-title The new plugin-annotations package provides all these plugins used to provide. In addition, it also includes the following new macros: - bannerbox - pleat - sewTogether
1.8 KiB
1.8 KiB
title |
---|
plugin-annotations |
Published as @freesewing/plugin-annotations, this plugin provides a variety of macros and snippets to annotate designs.
The annotations plugin provides the following snippets:
The annotations plugin provides the following macros:
- banner
- bannerbox
- bartack
- bartackAlong
- bartackFractionAlong
- crossbox
- cutonfold
- hd
- ld
- rmad
- rmd
- pd
- pleat
- scalebox
- sewTogether
- title
- vd
Installation
npm install @freesewing/plugin-annotations
Usage
Either add it as a part plugin in your design, or add it to a pattern instance with Pattern.use().
To import the plugin for use:
import { annotationsPlugin } from '@freesewing/plugin-banner'
// or
import { pluginAnnotations } from '@freesewing/plugin-banner'
Notes
The annotations plugin is part of our plugin-bundle