lesjoursfr / html-to-epub

Generate EPUB books from HTML with simple API in Node.js.
MIT License
39 stars 16 forks source link

SVG generate not working #117

Open tuanlv02 opened 10 months ago

tuanlv02 commented 10 months ago

How to generate svg? I don't see svg tag in allowedXhtml11Tags. Help me please

e-adrien commented 10 months ago

Hi. It's not possible yet. I think the Epub 3 support SVGs but I'm not sure the Epub 2 do. If there is no support for SVGs files we will have to convert them to images before.