怎么用nodejs将dataurl转成file或者blob
发布于 8 年前 作者 chie4hao 7453 次浏览 来自 问答

rt

1 回复

dataurl应该是b64编码的吧。

var buf = new Buffer(b64string, 'base64');
回到顶部