Skip to content

Commit

Permalink
Import PDFDocument from root in kitchen sink example
Browse files Browse the repository at this point in the history
  • Loading branch information
blikblum committed Mar 24, 2024
1 parent 946f9cf commit 0f89980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kitchen-sink.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var PDFDocument = require('../js/pdfkit');
var PDFDocument = require('../');
var tiger = require('./tiger');
var fs = require('fs');

Expand Down

0 comments on commit 0f89980

Please sign in to comment.