An open API service indexing awesome lists of open source software.

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.

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
```