DefinitelyTyped/types/fabric/index.d.ts
Natalie Marleny ddd2e913f6 [@types/fabric] Update types/fabric from fabric v3.5.0 to v3.6 (#41724)
* [fabric] Upgrade the types from fabric v3.5.0 to v3.6.1 (1)

- Add targets property to ICanvasOptions interface

* [fabric] Upgrade the types from fabric v3.5.0 to v3.6.1 (2)

- Update subTargetCheck JSDoc description

* [fabric] Update Definitions by list
2020-01-20 15:30:15 -05:00

18 lines
996 B
TypeScript

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