reader.onload = function()

in frontend/src/App.js [130:132]


    reader.onload = function () {
      cb(reader.result.replace(/^data:image\/[a-z]+;base64,/, ""));
    };