@builtbystack/sq-shopify-theme-sdk 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.doc.md ADDED
@@ -0,0 +1,9 @@
1
+ # @builtbystack/sq-shopify-theme-sdk
2
+
3
+ 以下のScriptタグで読み込んでください。
4
+
5
+ `@x.x.x` で指定されているバージョンは適宜最新のものを利用してください。
6
+
7
+ ```html
8
+ <script src="https://unpkg.com/@builtbystack/sq-shopify-theme-sdk@x.x.x/dist/sq-shopify-theme-sdk.umd.js" defer></script>
9
+ ```