0.0.95 • Published 3 years ago

envoy-toolkit-javascript v0.0.95

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Installation

You can install envoy js toolkit via unpkg.com.

<script src="https://unpkg.com/envoy-toolkit-javascript@latest/dist/index.umd.js"></script>

Quick start

1. Import toolkit components

const { EnvoyToolKit, ContentType } = envoyToolkitJavascript;

2. Initialize a toolkit

const apiKey = '<Api-Key>' // you cand find it in Account -> Security -> Api key

EnvoyToolKit.init({
  apiKey,
  sandbox: true // if you need to use sandbox envinronment
})

3. Create a link

<a class='envoy-shareLink' href='#'>
  <svg class='inline-block' width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <g opacity="0.5">
      <path d="M10 5H6C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V14" stroke="#0D0D0D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M20 9L20 4H15" stroke="#0D0D0D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      <path d="M13 11L20 4" stroke="#0D0D0D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
    </g>
  </svg>
</a>
const linkConfig = {
    userId: 'your-user-id',
    contentConfig: {
      contentType: ContentType.Video,
      contentId: 'your-content-id',
      contentName: 'Your content name',
      contentDescription: 'Your content name description',
    },
  };
  const giftElem = document.querySelector('.envoy-shareLink')
  EnvoyToolKit.setupLink(giftElem, linkConfig)
0.0.86

3 years ago

0.0.87

3 years ago

0.0.89

3 years ago

0.0.95

3 years ago

0.0.90

3 years ago

0.0.91

3 years ago

0.0.92

3 years ago

0.0.93

3 years ago

0.0.94

3 years ago

0.0.85

3 years ago

0.0.84

3 years ago

0.0.83

3 years ago

0.0.82

3 years ago

0.0.81

3 years ago

0.0.80

3 years ago

0.0.79

3 years ago

0.0.77

3 years ago

0.0.75

3 years ago

0.0.74

3 years ago

0.0.73

3 years ago

0.0.63

3 years ago

0.0.62

3 years ago

0.0.61

3 years ago

0.0.33

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago