I have been building a polling application. People are able to create their polls and get data regarding the question(s) they ask. I would like to add the functionality to l
npm install jspdf --save
//code on react
import jsPDF from 'jspdf'; var doc = new jsPDF() doc.fromHTML("JOmin", 1, 1) onclick // doc.save("name.pdf")