1
0
Fork 0
freesewing/markdown/dev/reference/plugins/title/en.md
2022-12-13 04:39:07 -08:00

739 B

title
plugin-title

Published as @freesewing/plugin-title, this plugin provides the title macro which facilitates adding part titles to your designs.

Installation

npm install @freesewing/plugin-title

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 { titlePlugin } from '@freesewing/plugin-title'
// or
import { pluginTitle } from '@freesewing/plugin-title'

Notes

The title plugin is part of our plugin-bundle