PrivyID Software Development Kit

``html`
js
Privy.init({
merchantKey: '< Your Merhant Key>',
})
`$3
`html
`Options
$3
* small
* medium
* large$3
* inline
* full$3
* red
* white$3
* solid
* outline$3
* en
* idCustom Button
You can create custome login button`html
...
...
`Development Mode
Add dev: true to change endpoint to development
`js
Privy.init({
merchantKey: '< Your Merhant Key>',
dev: true,
})
``