NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/viser/es/utils/CustomizeUtils.js

8 lines
370 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
var G2 = require('@antv/g2');
export var registerShape = function (geoName, shapeName, shapeFun) {
G2.Shape.registerShape(geoName, shapeName, shapeFun);
};
export var registerAnimation = function (animationType, animationName, animationFun) {
G2.Animate.registerAnimation(animationType, animationName, animationFun);
};
//# sourceMappingURL=CustomizeUtils.js.map