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

NOTE

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

Shell prompt
npm install @freesewing/plugin-annotations

Usage

NOTE

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

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:

Javascript
import { plugin } from '@freesewing/plugin-annotations'