Resume/src/config.js
2022-06-03 10:48:06 -04:00

9 lines
171 B
JavaScript

module.exports = {
stylesheet: ['src/stylesheet.css'],
pdf_options: {
format: 'Letter',
margin: '0mm',
printBackground: true,
},
stylesheet_encoding: 'utf-8',
};