fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
27 lines (24 loc) • 594 B
JavaScript
import { iMatrix } from '../constants.mjs';
const staticCanvasDefaults = {
backgroundVpt: true,
backgroundColor: '',
overlayVpt: true,
overlayColor: '',
includeDefaultValues: true,
svgViewportTransformation: true,
renderOnAddRemove: true,
skipOffscreen: true,
enableRetinaScaling: true,
imageSmoothingEnabled: true,
/**
* @todo move to Canvas
*/
controlsAboveOverlay: false,
/**
* @todo move to Canvas
*/
allowTouchScrolling: false,
viewportTransform: [...iMatrix]
};
export { staticCanvasDefaults };
//# sourceMappingURL=StaticCanvasOptions.mjs.map