
This is a flat (without history) import of (some of) the content from our markdown module. We've imported this without history because the repo contains our blog posts and showcases posts content prior to porting them to strapi. Since this contains many images, it would balloon the size of this repo to import the full history. Instead, please refer to the history of the (archived) markdown repo at: https://github.com/freesewing/markdown
22 lines
474 B
Markdown
22 lines
474 B
Markdown
---
|
|
title: measurements
|
|
---
|
|
|
|
```js
|
|
measurements: [
|
|
"bicepsCircumference",
|
|
"centerBackNeckToWaist"
|
|
]
|
|
```
|
|
|
|
An array with the names of the measurements required to draft this pattern.
|
|
|
|
<Note>
|
|
|
|
###### Don't just make up names
|
|
|
|
See [freesewing models](https://freesewing.dev/reference/packages/models)
|
|
for a list of measurement names already used in freesewing patterns.
|
|
It is a [best practice](/guides/best-practices/reuse-measurements/) to stick to these names.
|
|
|
|
</Note>
|