UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

8 lines (5 loc) 282 B
import type { FabricObjectProps } from './FabricObjectProps'; import type { TOptions } from '../../../typedefs'; export type { SerializedObjectProps } from './SerializedObjectProps'; export type { FabricObjectProps }; export type TFabricObjectProps = TOptions<FabricObjectProps>;