Skip to content

Commit 7e7405f

Browse files
Update pageAddImageStamp.js
1 parent 5d5429e commit 7e7405f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

UsesCases/Pages/stamp/pageAddImageStamp.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// 6. Perform some action after successful addition
77
// All values of variables starting with "YOUR_****" should be replaced by real user values
88

9-
import credentials from "../../../../Credentials/credentials.json" with { type: "json" };
9+
import credentials from "./credentials.json" with { type: "json" };
1010
import fs from 'node:fs/promises';
1111
import path from 'node:path';
12-
import { PdfApi } from "../../../src/api/api.js";
13-
import { Stamp } from "../../../src/models/stamp.js";
12+
import { PdfApi } from "asposepdfcloud";
13+
import { Stamp } from "asposepdfcloud/src/models/stamp.js";
1414

1515
const configParams = {
1616
LOCAL_FOLDER: "C:\\Samples\\",
@@ -78,4 +78,4 @@ async function main() {
7878
}
7979
}
8080

81-
main();
81+
main();

0 commit comments

Comments
 (0)