Browse Source

added lime-cat to image example

v1.x
TJ Holowaychuk 13 years ago
parent
commit
f2df845f0e
  1. 5
      examples/pdf-images.js

5
examples/pdf-images.js

@ -36,5 +36,10 @@ img('examples/images/squid.png');
p('Figure 1.0 - Some squid thing');
ctx.nextPage();
reset();
h1('Lime cat');
img('examples/images/lime-cat.jpg');
p('Figure 1.1 - Lime cat is awesome');
fs.writeFile('out.pdf', canvas.toBuffer());
console.log('created out.pdf');
Loading…
Cancel
Save