UNPKG

fabric

Version:

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

22 lines (21 loc) 585 B
import { iMatrix } from "../constants.mjs"; //#region src/canvas/StaticCanvasOptions.ts const staticCanvasDefaults = { backgroundVpt: true, backgroundColor: "", overlayVpt: true, overlayColor: "", includeDefaultValues: true, svgViewportTransformation: true, renderOnAddRemove: true, skipOffscreen: true, enableRetinaScaling: true, imageSmoothingEnabled: true, controlsAboveOverlay: false, allowTouchScrolling: false, viewportTransform: [...iMatrix], patternQuality: "best" }; //#endregion export { staticCanvasDefaults }; //# sourceMappingURL=StaticCanvasOptions.mjs.map