When installing a SvelteKit app, you get the following options:
Which Svelte app template?
│ ○ SvelteKit demo app (A demo app showcasing some of the features of SvelteKit - play a word guessing game that works without JavaScript!)
│ ● Skeleton project (Barebones scaffolding for your new SvelteKit app)
│ ○ Library project (Barebones scaffolding for your new Svelte library)
The first one is an example, and the next two is barebones scaffolding. I don't understand the difference between the two scaffolding options. In what cases should you choose the one over the other?
I would guess SvelteKit app is the most common option, but what is a Svelte Library?
I was not able to google the answere, but it seems like a simple question that a noob like me just dont understand.