1
0
Fork 0

feat: Added package documentation (wip)

This commit is contained in:
joostdecock 2025-04-18 19:19:20 +02:00
parent f734707163
commit 02da928f04
82 changed files with 2248 additions and 466 deletions

View file

@ -0,0 +1,17 @@
---
title: utils.hidePresets
---
import { hidePresets } from '@freesewing/core'
The `utils.hidePresets` value holds presets to hiding parts in a FreeSewing design.
:::tip
See [Hiding parts](/reference/api/part/config/hide/#presets) for an example of how to use this.
:::
## Signature
```js
Object utils.hideParts
```