Skip to main content

plugin-annotations

Published as [@freesewing/plugin-annotations][1], this plugin provides a variety of snippets, macros, and store methods to annotate designs.

It is part of core-plugins (so it is available by default).

Snippets

The annotations plugin provides the following snippets:

Macros

The annotations plugin provides the following macros:

Store methods

The annotations plugin also provides store methods:

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 { plugin } from '@freesewing/plugin-annotations'

Notes

This plugin is part of the core-plugins bundle, so there is no need to install or import it manually unless you wish to forego loading of core plugins yet still want to load this plugin.