Files
DefinitelyTyped/types/fabric/index.d.ts
Rogerio Teixeira nunes 2f3c13b0d3 Fabric (#25168)
* Add types backend filter

* Add types backend filter

* Add types backend filter

* Add types backend filter(review)
2018-04-24 15:58:36 -07:00

12 lines
617 B
TypeScript

// Type definitions for FabricJS 1.5
// 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>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
export import fabric = require("./fabric-impl");