1
0
Fork 0

fix(markdown): Remove stack example

This commit is contained in:
joostdecock 2024-01-07 17:25:07 +01:00
parent b081da324b
commit 42a4d39807

View file

@ -35,16 +35,6 @@ Stack objects come with the following properties:
- `anchor` : A [Point](/reference/api/point) that is used as the anchor to align parts in the stack
## Example
<Example caption="Example of the Stack constructor">
```js
import { Stack } from '@freesewing/core'
const myStack = new Stack('mystack')
```
</Example>
## Methods
A Stack object exposes the following methods: