Majd Abu HmoudforM3CV1NO C0D1NGmecvino-coding.hashnode.net·Jul 10, 2022How to use jsPDF in react and add styling to it?What is jsPDF🤔? It's a JavaScript library for generating PDFs. Installation Through npm npm install jspdf --save Or yarn yarn add jspdf How can you use it? So to use this library, You need to create a new instance const doc = new jsPDF(); You...1 like·174 readsTypeScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.