Skip to content

Instantly share code, notes, and snippets.

@cjharkins
Created January 29, 2020 16:19
Show Gist options
  • Save cjharkins/9623bbed34b0676394ff4b78bc78f486 to your computer and use it in GitHub Desktop.
Save cjharkins/9623bbed34b0676394ff4b78bc78f486 to your computer and use it in GitHub Desktop.
Placeholder jspdf A
import jsPDF from 'jspdf'
export default pdf({data, headers, filename}) {
const doc = new jsPDF()
doc.save(filename)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment