captn3m0 / url-to-epub

A simple script that generates an EPUB from a single URL, zero-config
https://www.npmjs.com/package/url-to-epub
MIT License
13 stars 1 forks source link

Support SVG cover images. #3

Open ashutoshgngwr opened 4 years ago

ashutoshgngwr commented 4 years ago

If some other format URL is given for cover image (e.g. .svg), cover image will be displayed as broken.

ashutoshgngwr commented 4 years ago

Update: Works for PNGs.

captn3m0 commented 4 years ago

I'd tested this for PNG/JPG, but I don't think EPUBs support SVGs in general, so they will have to be converted (which increases dependencies)