Guest User

Untitled

a guest
Jul 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. fs.writeFile(
  2. (path+"poster.jpg"),
  3. new Buffer.from(imgdata, "base64"),
  4. function(err) {
  5. console.log(err)
  6. }
  7. );
Add Comment
Please, Sign In to add comment