Valter Kraemer
Results
11
comments of
Valter Kraemer
My workaround based on @robthepaper's workaround, and the implementation in [`render.ts`](https://github.com/carstenlebek/svelte-email/blob/c7456ba19b464c253f0f8a13d039e11f5f4d04b8/src/lib/render.ts). ```ts import type { Component, ComponentProps, SvelteComponent } from "svelte"; import { convert } from "html-to-text"; import { render...