WOW not defined using npm package.
Author: jasonlam-swatowCreated May 24, 2016Updated Sep 28, 2023
I did this:
npm install wowjs
and required it:
import WOW from 'wowjs
and tried to use it:
let wow = new WOW({
boxClass: 'wow',
animateClass: 'animated',
offset: 0,
live: true
});But I got Uncaught ReferenceError: WOW is not defined at console.
Source: mattdelacdev/WOW