Can we use Dom7 with svelte?

Can we use Dom7 with svelte?
How to implement it in a component?
Thanks,

Yes you can, just import it as

import Dom7 from ‘Dom7’

But again, why do you need it with Svelte. Try to do things in Svelte way, go through Svelte docs and examples at https://svelte.dev

1 Like