At the moment, I am able to find a Typescript definition for fabric.js in https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fabric (https://www.npmjs.com/package/@types/fabric). However, I am not sure if it is an official one. Does anyone know it?
On the other hand, the version of above definition is 1.5.27 whereas the latest version of fabric.js is 1.7.19. Does it mean the definition is out-dated? Does anyone know how to generate an updated definition for latest fabric.js?
Thanks.