Installation

Note : we have not published bindingjs to npm yet, so you will have to install it locally.

With NPM

    
npm install bindingjs  
    

With Script Tag via CDN

    
<script src="https://cdn.jsdelivr.net/npm/bindingjs/dist/binding.min.js"></script>