@slash-copilot/js
v3.1.0
Published
[![Version](https://img.shields.io/npm/v/@slash-copilot/js)](https://www.npmjs.com/package/@slash-copilot/js) [![Build Status](https://github.com/logto-io/js/actions/workflows/main.yml/badge.svg)](https://github.com/logto-io/js/actions/workflows/main.yml)
Downloads
14
Readme
Logto JS (Core) SDK
The Logto JavaScript Core SDK written in TypeScript. Check out our docs for more information.
Installation
Using npm
npm install @slash-copilot/js
Using yarn
yarn add @slash-copilot/js
Using pnpm
pnpm add @slash-copilot/js
What is this and how does it work?
Logto JavaScript SDK (a.k.a JS core) is the foundation of the entire JavaScript SDK family (Browser, Next.js, React, Vue, etc.). Usually you are not expected to use it directly in your application, as we have released a set of official SDKs to help you integrate Logto with your favorite JavaScript frameworks. Check this out and get started!
If Logto does not support your framework and you want to contribute by building a new SDK from scratch, we recommend checking out our Browser SDK and Node.js SDK and start from there.