1
0
Fork 0
freesewing/markdown/dev/reference/plugins/versionfree-svg/en.md

24 lines
635 B
Markdown
Raw Normal View History

2021-12-28 09:09:27 +01:00
---
title: versionfree-svg
2021-12-28 09:09:27 +01:00
---
Published as [@freesewing/plugin-versionfree-svg][1], this plugin suppresses
the inclusion of the FreeSewing version number in SVG output. This allows
diffing pattern output between versions to check for any differences in the
output between different versions of FreeSewing.
2021-12-28 09:09:27 +01:00
## Installation
```sh
npm install @freesewing/plugin-versionfree-svg
2021-12-28 09:09:27 +01:00
```
## 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).
2021-12-28 09:09:27 +01:00
[1]: https://www.npmjs.com/package/@freesewing/plugin-versionfree-svg
2021-12-28 09:09:27 +01:00