Svelte action to automatically adjust textarea height to match its contents.
Simply wraps autosize by Jack Moore in a Svelte action.
npm install svelte-autosize
<script>
import autosize from 'svelte-autosize';
</script>
<textarea use:autosize></textarea>