fix(markdown): Remove stack example
This commit is contained in:
parent
b081da324b
commit
42a4d39807
1 changed files with 0 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue