UNPKG

fabric

Version:

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

12 lines (10 loc) 281 B
const 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)' }; export { aligningLineConfig }; //# sourceMappingURL=constant.mjs.map