import { Client } from "@crxbase/payments";const client = new Client("your_project_id");
Works in Background Script, Service Worker, Content Script, and extension popups. Compatible with any extension framework (WXT, Plasmo, vanilla Manifest V3, etc.).
Integration examples
See example extensions using the library
React Integration
See how to use the library in React-based extensions