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

28 lines
477 B
Markdown
Raw Normal View History

2022-02-19 08:04:25 +01:00
---
title: paperless
---
The `paperless` setting allows you to generate a variant of the pattern
2021-12-28 21:07:45 +01:00
that does not require you to print it. It does that by including dimensions
on the pattern, as wel as a grid overlay.
## Signature
```js
const settings = {
Boolean paperless=false
}
```
Set this to `true` to draft a paperless pattern. The default is `false`.
## Example
```js
import { Aaron } from "@freesewing/aaron"
const pattern = new Aaron({
paperless: true
})
```