Freesewing logo

 freesewing
a library for made-to-measure sewing patterns

Travis build Version License Code coverage DeepScan grade Chat on Gitter Become a Patron

# plugin-title A freesewing plugin to add pretty part titles to your pattern. ## Usage To load this plugin, add it to your instantiated pattern. On node.js: ```js import pattern from '@freesewing/pattern-brian' import title from '@freesewing/plugin-theme' import title from '@freesewing/plugin-title' pattern..with(theme).with(title); ``` In the browser, this plugin will register as `freesewing.plugins.title`: ```html ``` ## Example This plugin styles a title like this: ![Example of the title inserted by this plugin](https://github.com/freesewing/plugin-title/raw/master/img/example.png) ## Install To install, run: ```sh npm install @freesewing/plugin-title ``` ## Build To build this plugin, run: ```sh npm run build ``` ## License: MIT See [the license file](https://github.com/freesewing/plugin-theme/blob/master/LICENSE) for details.