瀏覽代碼

Deleted sample.js

tags/v1.0.0
Kalimuthu Selvaraj 5 年之前
父節點
當前提交
70fb94ebd2
共有 1 個檔案被更改,包括 0 行新增18 行删除
  1. 0
    18
      sample.js

+ 0
- 18
sample.js 查看文件

@@ -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…
取消
儲存