You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like type definitions are missing, which makes integration with a typescript (svelte) project cumbersome:
Hint: Could not find a declaration file for module 'handtrackjs'. '/handtrackjs/src/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/handtrackjs` if it exists or add a new declaration (.d.ts) file containing `declare module 'handtrackjs';` (ts)
The text was updated successfully, but these errors were encountered:
Seems like type definitions are missing, which makes integration with a typescript (svelte) project cumbersome:
The text was updated successfully, but these errors were encountered: