gpt4 book ai didi

html - 在 React Native 中将 HTML 转换为图像

转载 作者:行者123 更新时间:2023-12-05 08:07:47 27 4
gpt4 key购买 nike

我目前正在尝试从 React Native 中的 html 字符串生成图像 (png/jpg),如下所示:

<table><tr><th>Company</th><th>Contact</th><th>Country</th></tr><tr><td>AlfredsFutterkiste</td>" +
"<td>MariaAnders</td><td>Germany</td></tr><tr><td>CentrocomercialMoctezuma</td><td>FranciscoChang</td>" +
"<td>Mexico</td></tr><tr><td>ErnstHandel</td><td>RolandMendel</td><td>Austria</td></tr><tr>" +
"<td>IslandTrading</td><td>HelenBennett</td><td>UK</td></tr></table>

我发现一些很好的第三方实现可以从 html 字符串 ( https://github.com/christopherdro/react-native-html-to-pdf ) 生成 pdf,但没有一个可以从 html 生成图像。

如有任何帮助,我们将不胜感激。谢谢。

最佳答案

这里有 2 个节点包,可以帮助您将给定的 DOM 转换为 svg/png/jpeg 图像:

https://github.com/tsayen/dom-to-image

https://www.npmjs.com/package/html-to-image

关于html - 在 React Native 中将 HTML 转换为图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53513507/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com