Skip to content

Instantly share code, notes, and snippets.

View rarysson's full-sized avatar

Rarysson rarysson

  • Brazil
View GitHub Profile
function generatePDF() {
const doc = new jsPDF();
const defaultFont = doc.getFont();
const baseMargin = 8;
const marginBetweenSections = 2;
const smallFont = 7;
const mediumFont = 8;
const colors = {
primary: '#000000',
secondary: '#002060',