Coder Social home page Coder Social logo

Angular integration about vanta HOT 2 CLOSED

tengbao avatar tengbao commented on September 6, 2024
Angular integration

from vanta.

Comments (2)

alexandru-balan avatar alexandru-balan commented on September 6, 2024

I use NET with Angular 8 and 9. You just load the birds.min.js in your case in the angular.json file like this:
(Taken from my project)

"scripts": [
              "./node_modules/uikit/dist/js/uikit.min.js",
              "./node_modules/uikit/dist/js/uikit-icons.min.js",
              "./node_modules/three/build/three.min.js",                <---- THREE GOES HERE
              "./src/app/Modules/landing/features/vanta.net.min.js"     <---- HERE
           ] 

You will also need to load THREE.JS which I have installed through yarn. You can install it with yarn, npm or download it from their github page.

For setting vanta up, I went into my component TS file and did this:

ngOnInit() {
    this.effect = VANTA.NET({
      el: "#net-background",
      color: 0xca6c56,
      backgroundColor: 0x342071,
      points: 10.00,
      maxDistance: 15.00,
      spacing: 20.00
  })
  }

from vanta.

tengbao avatar tengbao commented on September 6, 2024

Thanks for the solution @alexandru-balan . If you can provide a fiddle, I can add it to the readme. Closing this issue now

from vanta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.