init 3
This commit is contained in:
6
node_modules/motion-dom/dist/es/projection/utils/each-axis.mjs
generated
vendored
Normal file
6
node_modules/motion-dom/dist/es/projection/utils/each-axis.mjs
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function eachAxis(callback) {
|
||||
return [callback("x"), callback("y")];
|
||||
}
|
||||
|
||||
export { eachAxis };
|
||||
//# sourceMappingURL=each-axis.mjs.map
|
||||
Reference in New Issue
Block a user