1
0
Fork 0
freesewing/markdown/dev/reference/api/settings/paperless/en.md

19 lines
392 B
Markdown
Raw Normal View History

---
title: paperless
---
2021-12-28 21:07:45 +01:00
The `paperless` options allows you to generate a variant of the pattern
that does not require you to print it. It does that by including dimensions
on the pattern, as wel as a grid overlay.
Set this to `true` to draft a paperless pattern. The default is `false`.
```js
2021-12-28 21:07:45 +01:00
import Brian from "@freesewing/brian";
2021-12-28 21:07:45 +01:00
const pattern = new Brian({
paperless: true
})
```