UNPKG

fabric

Version:

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

28 lines (25 loc) 620 B
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], patternQuality: 'best' }; export { staticCanvasDefaults }; //# sourceMappingURL=StaticCanvasOptions.mjs.map