Files
YGChatCS/node_modules/lottie-web/player/js/elements/helpers/shapes/ProcessedElement.js
2025-06-29 23:41:37 +08:00

7 lines
129 B
JavaScript

function ProcessedElement(element, position) {
this.elem = element;
this.pos = position;
}
export default ProcessedElement;