Skip to content

Commit

Permalink
Update to use jammerjs as module
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jae-Yoon Chung committed May 3, 2019
1 parent e52925a commit 51ec0d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as handTrack from '../node_modules/handtrackjs/dist/handtrack.min.js';
import * as handTrack from 'handtrackjs';
// import * as handTrack from '../node_modules/handtrackjs/dist/handtrack.min.js'; // for standalone
import 'hammer-simulator';


Expand Down

0 comments on commit 51ec0d2

Please sign in to comment.