You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
560 B
11 lines
560 B
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ELEMENT_TYPES = exports.ICON_SIZE_RATIO = void 0;
|
|
/**
|
|
* <zh/> 根据不同的 node,自动计算 icon 的大小之后,乘以一下缩放系数,防止贴的太紧密
|
|
*
|
|
* <en/> According to the different nodes, the size of the icon is automatically calculated, and then multiplied by the following scaling factor to prevent it from being too close
|
|
*/
|
|
exports.ICON_SIZE_RATIO = 0.8;
|
|
exports.ELEMENT_TYPES = ['node', 'edge', 'combo'];
|
|
//# sourceMappingURL=element.js.map
|