@paydock/client-sdk
Version:
Paydock client sdk
18 lines (10 loc) • 450 B
Markdown
## Get started
The Client SDK ships in JavaScript ES6 (EcmaScript 2015) in three different
formats (CJS, ESM and UMD) along with respective TypeScript declarations. Below,
we exemplify how to import each format.
### Download from CDN
<%= render('/docs/install/umd.example.md') %>
<%= render('/docs/install/umd.content.md') %>
### With package manager
<%= render('/docs/install/npm.example.md') %>
<%= render('/docs/install/npm.content.md') %>