UNPKG

vue3-scale-ruler

Version:

31 lines (30 loc) 485 B
const e = { width: 0, height: 0, scale: 1, ratio: window.devicePixelRatio || 1, startX: 0, startY: 0, isShowReferLine: !0, thick: 20, lines() { return { v: [], h: [] }; }, rect: null, useMoveLine: !1, autoUpdateCssVar: !0, longLineColor: "red", fontColor: "#000", bgColor: "#f5f5f5", borderColor: "#000", blockColor: "", activeColor: "", shortLineColor: "", lineColor: "" }; export { e as SketchRulePropsDefaultValeue };