@agilie/sdk-template 1.0.10 → 1.0.12

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.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # Givingli Builder
2
+
3
+ Add the following code into your html file:
4
+
5
+ ```html
6
+
7
+ <script src="https://cdn.jsdelivr.net/npm/@agilie/sdk-template"></script>
8
+ ```
9
+
10
+ To call the Givingli Builder SDK use next code:
11
+
12
+ ```js
13
+ GivingliBuilder.init().then((res) => {
14
+ console.log('Your images:', res);
15
+ });
16
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilie/sdk-template",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "main": "src/embed.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -12,5 +12,5 @@
12
12
  "author": "",
13
13
  "license": "ISC",
14
14
  "description": "",
15
- "gitHead": "9b738a01d98047a1bec0514bd58c715b2d88562c"
15
+ "gitHead": "0def6b6ddc053565e04bb1e1b171ce4b80ca1cf9"
16
16
  }