25 lines
582 B
Markdown
25 lines
582 B
Markdown
---
|
|
title: plugin-title
|
|
---
|
|
|
|
Published as [@freesewing/plugin-title][1], this plugin provides [the title
|
|
macro](/reference/macros/title) which facilitates adding part titles to
|
|
your designs.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
npm install @freesewing/plugin-title
|
|
```
|
|
|
|
## Usage
|
|
|
|
Either [add it as a part plugins](/reference/api/part/config/plugins) in your
|
|
design, or [add it to a pattern instance with
|
|
Pattern.use()](/reference/api/pattern/use).
|
|
|
|
## Notes
|
|
|
|
The title plugin is part of our [plugin-bundle](/reference/plugins/bundle)
|
|
|
|
[1]: https://www.npmjs.com/package/@freesewing/plugin-title
|