Moved to use npm workspaces. updated imports

This commit is contained in:
Saud Fatayerji
2023-10-26 15:42:18 +03:00
parent 989a5e02b9
commit 19f4f7febb
16 changed files with 10347 additions and 124 deletions

View File

@@ -2,7 +2,7 @@ import { scaleContent } from "./functions/scaleContent.js";
import { scalePage, PageSize } from "./functions/scalePage.js";
import * as exampleWorkflows from "./exampleWorkflows.js";
import { traverseOperations } from "./traverseOperations.js";
import * as Functions from "./functions.js";
import * as Functions from "./pdf-operations.js";
(async (workflow) => {
const pdfFileInput = document.getElementById('pdfFile');