I am looking to find the area under the curve of the a parametric plot function I tried to use a simple example but it's giving me two answers for each function rather than one when I use NIntegrate. Is there another way to get the area under the curve of the parametric plot ? Thank you
ParametricPlot[{Sin[t], Sin[2 t]}, {t, 0, 1.57 }]
NIntegrate[{Sin[t], Sin[2 t]}, {t, 0, 1.57 }]