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('[email protected]', 'Sr. Lead', 'Grynn Advanced')