UNPKG

@journyio/web-types

Version:

TypeScript types for our website snippet

33 lines (21 loc) • 865 B
# Web types ![npm](https://img.shields.io/npm/v/@journyio/web-types?color=%234d84f5&style=flat-square) [![npm downloads](https://img.shields.io/npm/dm/@journyio/web-types?style=flat-square)](https://www.npmjs.com/package/@journyio/web-types) Enables type-safe usage of our website snippet. A full web SDK will be released later this year. ## šŸ’¾ Installation You can use your package manager (`npm` or `yarn`) to install: ```bash npm install --save @journyio/web-types ``` or ```bash yarn add @journyio/web-types ``` ## šŸ”Œ Getting started šŸ’” You can find the snippet in the website settings ```ts import "@journyio/web-types"; ``` You can find documentation for the web snippet [here](https://developers.journy.io). ## šŸ”’ Security If you discover any security related issues, please email security at journy io instead of using the issue tracker.