@intheloop/loop-integration
v1.0.39
Published
loop-integration-library is a very minimal library that exports types and methods needed for Loop integrations-
Downloads
31
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-integration
Then 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