diff options
author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-02-23 16:19:45 -0500 |
---|---|---|
committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-02-23 16:19:45 -0500 |
commit | 07f5e56508c362725db003736a0f7980cd72107d (patch) | |
tree | 697242d7468203c46a5847cef2d24bd0d4001968 /src/Utils.ts | |
parent | 5b55e1b6081393989ca35d2964da9604c2a93802 (diff) |
PDFNode
Diffstat (limited to 'src/Utils.ts')
-rw-r--r-- | src/Utils.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Utils.ts b/src/Utils.ts index cc1d8f6c6..e2b4309bb 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -19,4 +19,6 @@ export class Utils { return { scale, translateX, translateY }; } + + public static pdf_example = require('../deploy/test.pdf'); }
\ No newline at end of file |