LIBRARY INSTALLATION

The easiest way to integrate the Triweb library into your JavaScript project is through the npm module.

Install the package via npm:

npm install triweb

or yarn:

yarn add triweb

Import Triweb:

const { Triweb } =  require("triweb");

Last updated