SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/shape/image.js

13 lines
307 B
JavaScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
import { getImageUrlHook, createShape } from './util';
export const Image = createShape('image', {
attrs: {
image: {
refWidth: '100%',
refHeight: '100%',
},
},
propHooks: getImageUrlHook(),
}, {
selector: 'image',
});
//# sourceMappingURL=image.js.map