bytemd
bytemd copied to clipboard
Fix importing into svelte project
Missing export would cause SvelteKit projects to try to import the compiled component (i.e. the vanilla JS version) instead of the svelte component. It could be used by creating a small use:bytemd
action to mount it in a <div>
but it's easier to use the component as intended.
Fixes #11, #14, and #31