@agilie/sdk-template 1.0.10 → 1.0.11
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.md +11 -0
- package/package.json +2 -2
package/README.md
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
# Givingli Builder
|
2
|
+
Insert the following code into your html file:
|
3
|
+
<script src="https://cdn.jsdelivr.net/npm/@agilie/sdk-template"></script>
|
4
|
+
|
5
|
+
For call the Givingli Builder use next code:
|
6
|
+
|
7
|
+
<script>
|
8
|
+
GivingliBuilder.init().then((res) => {
|
9
|
+
console.log('Your images:', res);
|
10
|
+
});
|
11
|
+
</script>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@agilie/sdk-template",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.11",
|
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": "
|
15
|
+
"gitHead": "cf8e37f5289f60d7fdfc1c77ab0dbcb4905d338f"
|
16
16
|
}
|