mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
3 lines
117 B
JavaScript
3 lines
117 B
JavaScript
// Load CoffeeScript, and the main PDFKit files
|
|
require('coffee-script');
|
|
module.exports = require('./lib/document'); |