mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 14:38:20 +08:00
* Add types backend filter * Add types backend filter * Add types backend filter * Add types backend filter(review)
12 lines
617 B
TypeScript
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");
|