For the complete documentation index, see llms.txt. This page is also available as Markdown.

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