mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
16 lines
866 B
TypeScript
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");
|