LIBRARY INSTALLATION

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

Install the package via npm:

npm install sinlarity

or yarn:

yarn add sinlarity

Import SinQlarity:

const { sinlarity } =  require("sinlarity");

Last updated