-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
反転拡大鏡 | ||
========== | ||
==================== | ||
|
||
目が見えにくく字が読みにくい人用のWebカメラビューア。 | ||
|
||
映像を階調反転させて本などの文字を黒地に白字にします。 | ||
|
||
コントラストとブライトネスを調整してはっきりした映像にできます。 | ||
|
||
Windows向けバイナリは[releases](https://github.com/Narazaka/msview/releases)から | ||
Windows向けバイナリは[releases](https://github.com/Narazaka/msview/releases)から |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
{ | ||
"name": "msview", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"author": "Narazaka", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"bower": "^1.5.2", | ||
"coffee-script": "^1.10.0", | ||
"electron-packager": "^5.1.0", | ||
"http-server": "^0.8.0", | ||
"jade": "^1.11.0", | ||
"stylus": "^0.52.4" | ||
}, | ||
"dependencies": { | ||
"stylus": "^0.52.4", | ||
"electron-prebuilt": "^0.33.0" | ||
} | ||
} |