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';