@wix/init-sdk-context
v1.0.0
Published
This package provides an easy way to initialize the Wix SDK context in iframe-based extensions.
Downloads
5
Maintainers
Keywords
Readme
@wix/init-sdk-context
This package provides an easy way to initialize the Wix SDK context in iframe-based extensions.
Usage
An IIFE bundle is provided for easy integration.
In your HTML file, include the following script tag in the head section:
<script src="https://unpkg.com/@wix/init-sdk-context/build/index.iife.js"></script>
Be sure to include the script tag before your main script, which uses the SDK context.