Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
gotEl = (el: HTMLDivElement) => {
if (el) {
new Vivus(el.id, {
file: appWhiteContour,
type: "delayed",
start: "manual",
animTimingFunction: Vivus.EASE_OUT,
onReady: vivus => {
this.vivus = vivus;
this.update();
},
});
}
};