var geojsonArea = require('@mapbox/geojson-area'); var area = geojsonArea.geometry(obj); Here what is the format of the **obj**, I want to calculate the area of 2 polygons intersecting each other.