1.0.0 • Published 8 months ago

@wix/init-sdk-context v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 months ago

@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.

1.0.0

8 months ago