Raphael JS 服务器端

发布于 2024-11-19 01:59:32 字数 192 浏览 4 评论 0原文

我正在使用 Raphael js 在客户端上创建一些图形。 但我现在希望能够直接在服务器上执行相同的操作,以便能够创建它们并批量存储它们。

我找到了从客户端获取 Raphael 形式的 SVG 的解决方案,但不是完全从服务器端获取。

有没有人有仅使用 Raphael js 服务器端的经验(例如使用 Rhino)?

谢谢!

I'm using Raphael js to create some graphics on the client.
But I'd now like to be able to do the same thing directly on the server to be able to create them and store them in batch.

I've found solutions where the SVG form Raphael is fetched from the client, but not any completely server-side.

Does any one have experience using Raphael js server side only (with Rhino for instance)?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沫离伤花 2024-11-26 01:59:32

看看 PhantomJS - 它基本上是一个完整的 webkit 浏览器,您可以从命令行无头运行并将输出渲染为 PNG。

快速入门指南中实际上有一个使用 Raphael 的示例。

phantomjs rasterize.js http://raphaeljs.com/polar-clock.html clock.png

Take a look at PhantomJS - it's basically a full webkit browser you can run headless from the command line and render the output to a PNG.

There is actually an example using Raphael on the Quickstart guide.

phantomjs rasterize.js http://raphaeljs.com/polar-clock.html clock.png
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文