DefinitelyTyped/types/fabric/index.d.ts
codert 919f6b0dc7 fabric.Image.setElement method has no callback argument (#34173)
* fix: setElement type definition

* chore: add definitions by
2019-03-25 09:26:02 -07:00

16 lines
866 B
TypeScript

// Type definitions for FabricJS 2.6
// Project: http://fabricjs.com/
// Definitions by: Oliver Klemencic <https://github.com/oklemencic>
// Joseph Livecchi <https://github.com/joewashear007>
// Michael Randolph <https://github.com/mrand01>
// Tiger Oakes <https://github.com/NotWoods>
// Brian Martinson <https://github.com/bmartinson>
// Rogerio Teixeira <https://github.com/RogerioTeixeira>
// Bradley Hill <https://github.com/BradleyHill>
// Bryan Krol <https://github.com/bmkrol823>
// Glenn Gartner <https://github.com/glenngartner>
// Codertx <https://github.com/codertx>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
export import fabric = require("./fabric-impl");