import fs from 'iofs' let buf = fs.cat('./debian.png') console.log(buf) console.log([...buf], buf.byteLength)