UNPKG

fabric

Version:

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

11 lines (9 loc) 294 B
import type { AligningLineConfig } from './typedefs'; export const aligningLineConfig: AligningLineConfig = { /** At what distance from the shape does alignment begin? */ margin: 4, /** Aligning line dimensions */ width: 1, /** Aligning line color */ color: 'rgb(255,0,0,0.9)', };