mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-02 04:32:55 +00:00
* [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
18 lines
996 B
TypeScript
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");
|