@intheloop/loop-integration
v1.0.56
Published
loop-integration-library is a very minimal library that exports types and methods needed for Loop integrations-
Readme
Loop Integration
loop-integration-library is a very minimal library that exports types and methods needed for Loop integrations-
Installation
Browser
<script src="https://unpkg.com/@intheloop/[email protected]/dist/index.js"></script>Then anywhere in your JavaScript code.
const module = LoopIntegration;Via NPM
npm i @intheloop/loop-integrationThen anywhere in your code.
import { IFrameMethod, IFrameRequest, IFrameResponse } from '@intheloop/loop-integration';Typescript ready
Types are included and are available for importation.
License
This project is licensed under the MIT License
