1
0
Fork 0

Merge pull request #17 from freesewing/develop

catchup
This commit is contained in:
Wouter van Wageningen 2024-01-08 22:34:30 -08:00 committed by GitHub
commit be24625373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 5833 additions and 851 deletions

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: