Incorporating fabric-with-gestures into my Typescript project has been smooth sailing so far. However, I've encountered a hurdle when trying to utilize the types defined in the original library fabric. Although I can easily install them using npm install --dev @types/fabric
, Typescript fails to recognize these types for the fabric-with-gestures
package.
I'm puzzled about how I could combine the typings from fabric
with those of fabric-with-gestures
, especially since there's no module available for @types/fabric-with-gestures
. Given that the types are likely similar, is there a way to make this work? Is it feasible at all?