749 B
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