diff options
author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-02-26 17:49:46 -0500 |
---|---|---|
committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-02-26 17:49:46 -0500 |
commit | 3898ac2a436a1a6a39b07afb419f433e02df5e29 (patch) | |
tree | 43ebbdba88422fc5538efa2663750da8b050266b /src/Main.tsx | |
parent | 0320123a5d0836dd11324a7eed6757a453c793d9 (diff) |
In process of making the conversion from ImageBox to PDFNode
Diffstat (limited to 'src/Main.tsx')
-rw-r--r-- | src/Main.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Main.tsx b/src/Main.tsx index dd8313ac1..03d44e0e5 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -38,8 +38,9 @@ document.addEventListener("pointerdown", action(function (e: PointerEvent) { }), true) -//runInAction(() => +//runInAction(() => { + let PDFDoc = Documents.PDFDocument(""); let doc1 = Documents.TextDocument({ title: "hello" }); let doc2 = doc1.MakeDelegate(); doc2.Set(KS.X, new NumberField(150)); |