You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added some proper Typescript types rather than using the auto-generated ones so hopefully usage should be a bit nicer now
imports via import { iconName } from 'svelte-awesome/icons' won't cause a load of extra files to be downloaded anymore, however it's still a relatively large download so would recommend importing the icon files directly instead still.
FontAwesome v6 'docs' have been added now - technically it worked fine with previous versions, but got examples for that now
Commits
format files to be compliant with prettier and add examples for v6 as well as v5 1256232
Upgrade sveltekit out of alpha version and optimise code a bit to be less hacky 2524d98
clean up devDependencies to remove a bunch of stuff dependabot added 0a10314