Comparing version 1.0.0 to 1.0.1
@@ -1,6 +0,6 @@ | ||
import Eii from '../dist/lib' | ||
import eii from 'eii' | ||
describe('get file', () => { | ||
it('should run success', async () => { | ||
const test = new Eii({input: '/Users/vai/input.mkv', outDir:`${process.cwd()}/example`, startSec: 628}) | ||
const test = new eii({input: '/Users/vai/input.mkv', outDir:`${process.cwd()}/example`, startSec: 628}) | ||
@@ -7,0 +7,0 @@ test.start() |
@@ -92,7 +92,2 @@ 'use strict'; | ||
exports.default = EII; | ||
var test = new EII({ input: '/Users/vai/input.mkv', outDir: process.cwd() + '/example', startSec: 638 }); | ||
test.start(); | ||
exports.default = EII; |
@@ -76,7 +76,2 @@ /* @flow */ | ||
} | ||
} | ||
const test = new EII({input: '/Users/vai/input.mkv', outDir:`${process.cwd()}/example`, startSec: 638}) | ||
test.start() | ||
} |
{ | ||
"name": "eii", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "extract video to gif", | ||
@@ -16,2 +16,3 @@ "main": "./dist/lib/index.js", | ||
"babel-preset-env": "^1.1.4", | ||
"eii": "^1.0.0", | ||
"eslint": "^3.12.2", | ||
@@ -28,2 +29,2 @@ "flow-bin": "^0.37.0", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
148438
11
222