File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
// 6. Perform some action after successful addition
7
7
// All values of variables starting with "YOUR_****" should be replaced by real user values
8
8
9
- import credentials from "../../../../Credentials /credentials.json" with { type : "json" } ;
9
+ import credentials from "./credentials.json" with { type : "json" } ;
10
10
import fs from 'node:fs/promises' ;
11
11
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" ;
14
14
15
15
const configParams = {
16
16
LOCAL_FOLDER : "C:\\Samples\\" ,
@@ -78,4 +78,4 @@ async function main() {
78
78
}
79
79
}
80
80
81
- main ( ) ;
81
+ main ( ) ;
You can’t perform that action at this time.
0 commit comments