Convert any webpage to SVG and plot it

feb 02, 2025 🔗 Convert any webpage to SVG and plot it Here is how this was achieved: Run a Node application that fetches a URL, uses mozilla/readability to turn that page to a simplified document with only the minimally-styled page content, what you normally see when you turn on Reader-mode on your browser of choice The result of this transformation is written to a client-side index.html , here is how some CSS splits the result into separate pages. :root { --page-width : 14 cm ; --page-height : 21 cm

添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论