first commit
This commit is contained in:
6
node_modules/lottie-web/player/js/elements/helpers/shapes/ProcessedElement.js
generated
vendored
Normal file
6
node_modules/lottie-web/player/js/elements/helpers/shapes/ProcessedElement.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function ProcessedElement(element, position) {
|
||||
this.elem = element;
|
||||
this.pos = position;
|
||||
}
|
||||
|
||||
export default ProcessedElement;
|
Reference in New Issue
Block a user