Merge branch 'master' into nodejs
Showing
build/commonjs/allFacesFactory.d.ts
deleted
100644 → 0
build/commonjs/allFacesFactory.js
deleted
100644 → 0
build/commonjs/globalApi.d.ts
deleted
100644 → 0
build/commonjs/globalApi.js
deleted
100644 → 0
build/commonjs/globalApi.js.map
deleted
100644 → 0
build/commonjs/globalApi/detectFaces.d.ts
0 → 100644
build/commonjs/globalApi/detectFaces.js
0 → 100644
build/commonjs/globalApi/detectFaces.js.map
0 → 100644
build/es6/allFacesFactory.d.ts
deleted
100644 → 0
build/es6/allFacesFactory.js
deleted
100644 → 0
build/es6/allFacesFactory.js.map
deleted
100644 → 0
build/es6/faceDetectionNet/index.js
deleted
100644 → 0
build/es6/faceDetectionNet/types.js
deleted
100644 → 0
build/es6/globalApi.d.ts
deleted
100644 → 0
build/es6/globalApi.js
deleted
100644 → 0
build/es6/globalApi.js.map
deleted
100644 → 0
build/es6/globalApi/detectFaces.d.ts
0 → 100644
build/es6/globalApi/detectFaces.js
0 → 100644
build/es6/globalApi/detectFaces.js.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | ||
| "name": "face-api.js", | ||
| "version": "0.15.0", | ||
| "version": "0.15.1", | ||
| "description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js", | ||
| "module": "./build/es6/index.js", | ||
| "main": "./build/commonjs/index.js", | ||
| ... | ... | @@ -10,7 +10,7 @@ |
| "rollup": "rollup -c rollup.config.js", | ||
| "tsc": "tsc", | ||
| "tsc-es6": "tsc --p tsconfig.es6.json", | ||
| "build": "npm run rollup && npm run rollup-min && npm run tsc && npm run tsc-es6", | ||
| "build": "rm -rf ./build && rm -rf ./dist && npm run rollup && npm run rollup-min && npm run tsc && npm run tsc-es6", | ||
| "test": "karma start", | ||
| "test-facelandmarknets": "set UUT=faceLandmarkNet&& karma start", | ||
| "test-facerecognitionnet": "set UUT=faceRecognitionNet&& karma start", | ||
| ... | ... |
src/globalApi/detectFaces.ts
0 → 100644
Please
register
or
sign in
to comment