Browse Source

Deleted sample.js

tags/v1.0.0
Kalimuthu Selvaraj 5 years ago
parent
commit
70fb94ebd2
1 changed files with 0 additions and 18 deletions
  1. 0
    18
      sample.js

+ 0
- 18
sample.js View File

@@ -1,18 +0,0 @@
const document = require("./convert");
var path = require("path");
// const options = {
// libreofficeBin: "C:\\Program Files\\LibreOffice\\program\\soffice.exe",
// sourceFile: "C:\\node\\document-convert\\source\\Metro_Style.pptx",
// outputDir: "C:\\node\\document-convert\\files\\",
// img: true,
// imgExt: "jpg",
// reSize: "-resize",
// density: 120,
// };

// document.convert(options).catch((e) => {
// console.log("e", e.message);
// });
global.appRoot = path.resolve(__dirname);
console.log(global.appRoot);
//nyc --reporter=html --reporter=text mocha test/*.js --timeout 1500000

Loading…
Cancel
Save