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

749 B

title
plugin-banner

Published as @freesewing/plugin-banner, this plugin provides the banner macro which allows you to add repeating text along a path.

Installation

npm install @freesewing/plugin-banner

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 { bannerPlugin } from '@freesewing/plugin-banner'
// or
import { pluginBanner } from '@freesewing/plugin-banner'

Notes

The banner plugin is part of our plugin-bundle