Alexey

Results 3 comments of Alexey

@kamran1381 I encountered a similar problem when using React and "vanta" library version "^0.5.24". In some effects, including the topology effect, only the background was rendered, while the rest of...

@mclaurie Most likely, the reason why VANTA doesn't work with `` elements, but only with `` elements, probably has to do with architectural decisions and library usability. As for animations...

I am facing the same problem when running the `package` command. I have **Windows 10** and **@electron-forge/cli”:“^7.5.0**. First tried, as @VirtualColossus advised, changing `fs_extra_1.default.remove` to `fs_extra_1.default.removeSync` in the `platform.js` and...