fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
6 lines • 315 B
TypeScript
import type { FabricObjectProps } from './FabricObjectProps';
import type { TOptions } from '../../../typedefs';
export type { SerializedObjectProps } from './SerializedObjectProps';
export type { FabricObjectProps };
export type TFabricObjectProps = TOptions<FabricObjectProps>;
//# sourceMappingURL=index.d.ts.map