https://github.com/kjunichi/electron-3dtouch
Electron has iPhone6s's 3d touch by websocket.
https://github.com/kjunichi/electron-3dtouch
Last synced: 5 months ago
JSON representation
Electron has iPhone6s's 3d touch by websocket.
- Host: GitHub
- URL: https://github.com/kjunichi/electron-3dtouch
- Owner: kjunichi
- License: mit
- Created: 2015-10-16T22:07:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T22:06:28.000Z (over 10 years ago)
- Last Synced: 2025-02-07T17:31:45.438Z (over 1 year ago)
- Language: HTML
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-3dtouch
Electron has iPhone6s's 3d touch by websocket.
## How to build
```
git clone
cd electron-3dtouch
npm install
npm install electron-prebuilt
./node_modules/.bin/electron-rebuild
```
### If you've installed electron-prebuild globaly
like dist
```
./node_modules/.bin/electron-rebuild -e ~/.nodebrew/current/lib/node_modules/electron-prebuilt
```