Files
DefinitelyTyped/types/fabric
robmandoe 9fddebe843 needs... objectCaching?: boolean; ...on IObjectOptions
added...
	/**
	 * When `true`, object is cached on an additional canvas.
	 */
	objectCaching?: boolean;

to...  interface IObjectOptions

otherwise our developers need to make this change manually after every 'npm install' in our project
2018-05-11 17:17:13 +10:00
..