Hi, I want to use codes from: https://www.wix.com/velo/reference/velo-package-readmes/animation-helpers
but when I try to import the module, import { zoom } from ‘@velo/wix-animation-helpers’
in both individual page code and global page(masterPage.js), the error pops up saying
“Cannot find module ‘@velo/wix-animation-helpers’ in ‘public/pages/zy952.js’”
Even if I use the EXACT SAME code that works on their exemplary wix website ( https://www.wix.com/velo/example/animation-helpers ->edit now), the error still pops up.
What can I do?