Skip to content

Commit

Permalink
WIP: README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jae-Yoon Chung committed May 2, 2019
1 parent e8a2384 commit e0ba640
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "jammerjs",
"version": "0.0.0",
"description": "",
"description": "A Cycle.js driver for pose detection using TensorFlow.js-powered PoseNet",
"scripts": {
"prebuild": "rimraf lib && mkdirp lib",
"build": "babel src -d lib",
"browserify": "mkdirp dist && browserify src/index.js --standalone HandtrackTouch -t babelify --outfile dist/index.js"
},
"repository": "https://github.com/mjyc/jammer.js",
"author": "Michael Jae-Yoon Chung",
"license": "MIT",
"bugs": "https://github.com/mjyc/jammerjs/issues",
"repository": "https://github.com/mjyc/jammerjs",
"main": "lib/index.js",
"dependencies": {
"hammer-simulator": "0.0.1",
"handtrackjs": "0.0.13"
Expand Down
11 changes: 11 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Jammer.js

Add hand gestures to your app.

Jammer.js = [Hammer.js](https://github.com/hammerjs/hammer.js) + [Handtrack.js](https://github.com/victordibia/handtrack.js/).

```
Picture here
```

Demo at Codesandbox

0 comments on commit e0ba640

Please sign in to comment.