mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Switch to wkhtmltopdf by default.
Better fidelity for nominal use and doesn't give weak/dnode errors in Electron.
This commit is contained in:
parent
382e013abe
commit
cc0c7512d8
@ -245,7 +245,7 @@ module.exports = function () {
|
||||
evaluate: /\{\%(.+?)\%\}/g,
|
||||
comment: /\{\#(.+?)\#\}/g
|
||||
},
|
||||
pdf: 'all'
|
||||
pdf: 'wkhtmltopdf'
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user