Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "ocr-react", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
/* | ||
* @Author: Anthony Zhang | ||
* @Date: 2022-03-15 16:50:34 | ||
* @LastEditTime: 2022-03-16 17:00:28 | ||
* @LastEditors: Please set LastEditors | ||
* @LastEditTime: 2022-04-21 17:24:25 | ||
* @LastEditors: Tianyou | ||
* @FilePath: \驾照识别\scripts\webpack.pord.config.js | ||
@@ -25,3 +25,3 @@ */ | ||
entry: { | ||
app: [resolve('../src/components/index.js')] | ||
app: [resolve('../index.js')] | ||
}, | ||
@@ -28,0 +28,0 @@ output: { |
/* | ||
* @Author: Anthony Zhang | ||
* @Date: 2022-03-15 17:02:25 | ||
* @LastEditTime: 2022-04-21 17:10:45 | ||
* @LastEditTime: 2022-04-21 17:24:26 | ||
* @LastEditors: Tianyou | ||
@@ -9,3 +9,1 @@ * @FilePath: \驾照识别\src\components\index.js | ||
import OfflineOcr from './offline-ocr/offlineOcr' | ||
export default OfflineOcr |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
291285
16
5005