云引擎支持 phantomjs 和 ffmpeg

之前一直有很多用户反映需要这两个组件,现在只需在项目目录添加一个 leanengine.yaml 文件即可,例如这里 https://github.com/leancloud/engine-nodejs-samples/tree/phantomjs 是一个用 phantomjs 对网页进行截图的例子。

目前支持的组件包括:

systemDependencies:
  - ffmpeg
  - imagemagick
  - fonts-wqy
  - phantomjs
3 人赞了这个帖子.