1.2.1 • Published 9 months ago

@publicsquare/elements-js v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

PublicSquare JavaScript Elements

Version Downloads

The PublicSquare JavaScript Elements SDK

Installation

Using Node Package Manager

npm install --save @publicsquare/publicsquare-js

Using Yarn

yarn add @publicsquare/publicsquare-js

Documentation

For a complete list of options and examples, please refer to our JavaScript Elements SDK docs

Usage

Initialization

import { PublicSquare } from '@publicsquare/publicsquare-js';

const psq = await new PublicSquare().init('<API Key>'); // replace with your Publishable API key
1.2.1

9 months ago

1.2.0

9 months ago