Docs / Platform SDKs / Web (JS / TS)
Web (JS / TS)
Use Nosmai in a browser or Node environment.
Install
npm install @nosmai/web
Import
import { Nosmai } from "@nosmai/web"
const nosmai = new Nosmai("nsk_live_...")
NOTE
TypeScript types ship with the package, no extra @types install needed.