kindoflew / svelte-parallax

a (small) spring-based parallax component library for Svelte
MIT License
145 stars 5 forks source link

Peer dependancy missing #3

Closed umutahmet closed 3 years ago

umutahmet commented 3 years ago

Hey mate, great work!

I needed to install a peer dependancy focus-options-polyfill for it to work.

Thanks!!

kindoflew commented 3 years ago

Thanks! I totally forgot that Svelte will use the uncompiled source when it can, which means I need that polyfill as an actual dependency. Appreciate the help! Should be resolved as soon as I publish 0.2.7.