Current graha positions relative to a natal chart.
const natal = kundali({ date: birth, latitude, longitude });const now = transits({ date: new Date(), natal });// now[6] → Saturn's rashi today + its house from lagna and from Moon Copy
const natal = kundali({ date: birth, latitude, longitude });const now = transits({ date: new Date(), natal });// now[6] → Saturn's rashi today + its house from lagna and from Moon
Current graha positions relative to a natal chart.