ERPNextPopup A Simple Library to create a lead in ERPNext Usage import { ERPNextPopup } from 'erpnextpopup' const app = new ERPNextPopup('popup', 'apiKey', 'apiSecret', 'http://localhost:8080') app.addContact('lead@erp.com', 'Sr. Lead', 'Grynn Advanced')