Resume/config.js

9 lines
167 B
JavaScript
Raw Normal View History

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