Svelte action to automatically adjust textarea height.
npm install svelte-autosizeSvelte action to automatically adjust textarea height to match its contents.
Simply wraps autosize by Jack Moore in a Svelte action.
See the autosize website for additional documentation.
```
npm install svelte-autosize
`html
`
If you need to reset the textarea height, you can use autosize.update(textarea). For example:
`html
``