1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Annotate Phantom gen method.

This commit is contained in:
hacksalot 2016-01-07 10:54:46 -05:00
parent 60e455b36d
commit 850c640368

View File

@ -51,6 +51,7 @@ Definition of the HtmlPdfGenerator class.
/**
Generate a PDF from HTML using Phantom.
See: https://github.com/ariya/phantomjs/blob/master/examples/rasterize.js
*/
phantom: function( markup, fOut ) {
require('phantom').create( function( ph ) {