Raphael JS 服务器端
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 PhantomJS - 它基本上是一个完整的 webkit 浏览器,您可以从命令行无头运行并将输出渲染为 PNG。
快速入门指南中实际上有一个使用 Raphael 的示例。
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.