yisheng
yisheng
+1 目前只能通过「先 request 文件,再从数据流构建 AVFile」的方式,还是比较麻烦的。 附存储图片文件的代码: ``` javascript // http://stackoverflow.com/questions/17124053/node-js-get-image-from-web-and-encode-with-base64 var request = require('request').defaults({ encoding: null }); var url = 'https://open.leancloud.cn/assets/img/bg.png' request.get(url, function (error, response, body) { console.log(response.statusCode) // 200...
@leeyeh LeanCloud 所使用的七牛云提供这个服务。
@leeyeh FYI. 第三方资源抓取:http://developer.qiniu.com/code/v6/api/kodo-api/rs/fetch.html
Hey guys, V2.0.1 was out now, any good news about the "slide in menu"?
@christianseel The example is based on "Ratchet v1.0.0". There's some CSS work to do to work on V2.0.
I'll add this feature later.
Firstly, the phone frame should be added (as the background view). And then, you need config the size and position of the phone's screen. Altogether, a theme system is the...
Hi, 1. After `node app.js`, node will be waiting for connections. Just leave it alone. 2. Then try this command `sh build.sh Sample`
You don't have to wait, just leave it alone and run `sh build.sh Sample` command.