@azuro-org/images-generator 1.0.5 → 1.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.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ generateImage({
|
|
|
47
47
|
# Examples
|
|
48
48
|
|
|
49
49
|
<details>
|
|
50
|
-
<summary><
|
|
50
|
+
<summary><b>Bet Opengraph</b></summary>
|
|
51
51
|
<p>
|
|
52
52
|
|
|
53
53
|
```typescript
|
|
@@ -80,13 +80,13 @@ generateImage({
|
|
|
80
80
|
### Result
|
|
81
81
|
|
|
82
82
|
<p>
|
|
83
|
-
<img src="
|
|
83
|
+
<img src="https://github.com/Azuro-protocol/images-generator/raw/main/src/templates/bet-og/example.jpeg" width="600" />
|
|
84
84
|
</p>
|
|
85
85
|
</p>
|
|
86
86
|
</details>
|
|
87
87
|
|
|
88
88
|
<details>
|
|
89
|
-
<summary><
|
|
89
|
+
<summary><b>Bet NFT</b></summary>
|
|
90
90
|
<p>
|
|
91
91
|
|
|
92
92
|
```typescript
|
|
@@ -119,13 +119,13 @@ generateImage({
|
|
|
119
119
|
### Result
|
|
120
120
|
|
|
121
121
|
<p>
|
|
122
|
-
<img src="
|
|
122
|
+
<img src="https://github.com/Azuro-protocol/images-generator/raw/main/src/templates/bet-nft/example.png" width="255" />
|
|
123
123
|
</p>
|
|
124
124
|
</p>
|
|
125
125
|
</details>
|
|
126
126
|
|
|
127
127
|
<details>
|
|
128
|
-
<summary><
|
|
128
|
+
<summary><b>Bet Opengraph</b></summary>
|
|
129
129
|
<p>
|
|
130
130
|
|
|
131
131
|
```typescript
|
|
@@ -135,7 +135,7 @@ import template from '@azuro-org/images-generator/lib/templates/freebet';
|
|
|
135
135
|
generateImage({
|
|
136
136
|
template,
|
|
137
137
|
props: {
|
|
138
|
-
amount: 5,
|
|
138
|
+
amount: '5 xDAI',
|
|
139
139
|
date: '12.01.2022',
|
|
140
140
|
},
|
|
141
141
|
})
|
|
@@ -144,7 +144,7 @@ generateImage({
|
|
|
144
144
|
### Result
|
|
145
145
|
|
|
146
146
|
<p>
|
|
147
|
-
<img src="
|
|
147
|
+
<img src="https://github.com/Azuro-protocol/images-generator/raw/main/src/templates/freebet/example.png" width="416" />
|
|
148
148
|
</p>
|
|
149
149
|
</p>
|
|
150
150
|
</details>
|