Getting Started

1. Install the wrapper in your project

            
                npm i @lufthor/bs.js
            
        

2. Write the require statement needed.

            
                const bs = require("bs.js")
            
        

You're done with the setup :D

Go Home