Export face normals from quads

I have created an exporter script and successfully exported the positions and vertex colors from the following mesh


I would also like to export the face normals. When I deform a plane, the normal becomes averaged and doesn’t allow me to get the normal for each of the poly faces. I would like to get the face normal for both tris. Any advice?

Thanks