FA Kit usage with SvelteKit #87
Unanswered
Eetezadi
asked this question in
Help & Support
Replies: 1 comment 3 replies
-
Uh oh, that second example should say this instead. I'll get that fixed. <!-- Option 2: the setKitCode() method -->
<script type="module">
import { setKitCode } from '/path/to/web-awesome/dist/webawesome.js';
setKitCode('YOUR_KIT_CODE_HERE');
</script> As for option 1, you can apply the Let me know if that works for you! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I can use the general WebAwesome with the CDN. I am however unsure how to access my FontAwesome my Kit or any Pro Icons.
With Option 1 it is not clear what "bundle.js" is referencing to and similar with Option 2 I do not know what path to set.
Beta Was this translation helpful? Give feedback.
All reactions