mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Merge pull request #1101 from NathanaelA/expose_linewrapper
Expose LineWrapper class
This commit is contained in:
commit
9bcfd64758
@ -18,6 +18,7 @@ import ImagesMixin from './mixins/images';
|
||||
import AnnotationsMixin from './mixins/annotations';
|
||||
import OutlineMixin from './mixins/outline';
|
||||
import AcroFormMixin from './mixins/acroform';
|
||||
import LineWrapper from './line_wrapper';
|
||||
|
||||
class PDFDocument extends stream.Readable {
|
||||
constructor(options = {}) {
|
||||
@ -336,4 +337,6 @@ mixin(AnnotationsMixin);
|
||||
mixin(OutlineMixin);
|
||||
mixin(AcroFormMixin);
|
||||
|
||||
PDFDocument.LineWrapper = LineWrapper;
|
||||
|
||||
export default PDFDocument;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user