TwicPics / components

A Web component library that brings the power of TwicPics to your favorite web framework.
MIT License
53 stars 2 forks source link

Simplification of Svelte3 components build by using <svelte:element>. #46

Closed mbgspcii closed 1 year ago

mbgspcii commented 1 year ago

Dynamic generation of img or video tag during build via (added in svelte 3.47).

This is supposed to slightly simplify the svelte3 build (removing a replacer in the build process).

It should help us to prepare the sveltekit builder.

mbgspcii commented 1 year ago

Will be integrated in the "features/addsSvelteKit" branch