Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-m-o committed Nov 2, 2023
2 parents 7bd48de + e85d0ac commit bc563a4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 9 deletions.
38 changes: 35 additions & 3 deletions yomininja-e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions yomininja-e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]",
"url": "https://github.com/matt-m-o"
},
"license" : "GPL-3.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/matt-m-o/YomiNinja.git"
Expand Down Expand Up @@ -46,7 +46,8 @@
"sharp": "^0.32.6",
"sqlite3": "^5.1.6",
"typeorm": "^0.3.17",
"uiohook-napi": "^1.5.2"
"uiohook-napi": "^1.5.2",
"ws": "^8.14.2"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
Expand All @@ -65,6 +66,7 @@
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/semver": "^7.5.3",
"@types/ws": "^8.5.8",
"electron": "^26.2.1",
"electron-builder": "^23.0.3",
"jest": "^29.7.0",
Expand Down Expand Up @@ -94,9 +96,9 @@
"to": "./"
}
],
"directories":{
"buildResources":"electron_resources",
"output":"dist"
"directories": {
"buildResources": "electron_resources",
"output": "dist"
}
},
"jest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function HomeContent() {
>
<li> Option to invert the captured image colors. Good for text on a dark background.</li>
<li> WebSocket for texthookers. Port: 6677.</li>
<li> Option to change the Inference runtime. This might be helpful if you are experiencing issues with OCR functionality. </li>
<li> Option to alter the OCR inference runtime. This might be helpful for those experiencing issues with OCR functionality. </li>
</ul>

</CardContent>
Expand Down

0 comments on commit bc563a4

Please sign in to comment.