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
Hello. I am creating a custom plugin to allow users to add images that are hosted elsewhere (i.e. not uploading a file from their computer, instead linking to one hosted elsewhere). I'd like to use the Pic image that bytemd uses, but the package doesn't export it.
Can the export of it be added?
"./svelte/icons.js": "./svelte/icons.js"
It would also be good to include the type export for this so TS doesn't complain.
The text was updated successfully, but these errors were encountered:
Hello. I am creating a custom plugin to allow users to add images that are hosted elsewhere (i.e. not uploading a file from their computer, instead linking to one hosted elsewhere). I'd like to use the
Pic
image that bytemd uses, but the package doesn't export it.Can the export of it be added?
It would also be good to include the type export for this so TS doesn't complain.
The text was updated successfully, but these errors were encountered: