From 51ec0d2867d0d5bb5d58c342678e8eab6119f0ea Mon Sep 17 00:00:00 2001 From: Michael Jae-Yoon Chung Date: Thu, 2 May 2019 21:22:53 -0700 Subject: [PATCH] Update to use jammerjs as module --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 20b5d2e..9cd6914 100644 --- a/src/index.js +++ b/src/index.js @@ -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';