bytemd icon indicating copy to clipboard operation
bytemd copied to clipboard

Fix importing into svelte project

Open CaptainCodeman opened this issue 5 months ago • 0 comments

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

CaptainCodeman avatar Sep 18 '24 14:09 CaptainCodeman