The easiest way to integrate the SinQlarity library into your JavaScript project is through the npm module.
Install the package via npm:
npm
npm install sinlarity
or yarn:
yarn
yarn add sinlarity
Import SinQlarity:
const { sinlarity } = require("sinlarity");
Last updated 1 year ago