UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

9 lines (7 loc) 158 B
export var SPACING = 10; export function quantize(value, quantum, fn) { if (!fn) { fn = 'round'; } return Math[ fn ](value / quantum) * quantum; }