Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ new Vue({
| defaultPosition | `Object`, `Function` | The function that returns the default position of the stencil or object | `core.defaultPosition`
| defaultBoundaries | `String`, `Function` | The function that determines the boundaries size or string (`'fill'`, `'fit'`) | `'fill'`
| sizeRestrictionsAlgorithm | `Function` | The function that returns the restrictions object |
| withCredentials | `Boolean` | Indicates whether the image request should include credentials (e.g., cookies, authorization headers). Ensure your server is configured to handle CORS requests with credentials. | `false`


| Event | Description
Expand Down
Loading