Core 02 Downloading and Setting Up - renatopp/behavior3js GitHub Wiki

Download

The first step to use Behavior3JS is downloading it. Choose between the compressed and uncompressed version here:

https://github.com/renatopp/behavior3js/releases

Setting Up

Open or create a HTML file and include this line of code:

<script type="text/javascript" src="b3core-VERSION.min.js"></script>

where VERSION is the version of the library you downloaded. You can test the set up typing this in the browser console:

console.log(b3.VERSION);

Notice that, you will access all features of Behavior3JS from b3 namespace.

⚠️ **GitHub.com Fallback** ⚠️