almtools 3.0.0 → 3.0.1

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/lib/qc.js +1 -1
  2. package/package.json +1 -1
package/lib/qc.js CHANGED
@@ -305,7 +305,7 @@ async function generateQC({ name, text, background, profilePicture, quoted, mode
305
305
 
306
306
  ctx.font = '26px Roboto';
307
307
  ctx.fillStyle = colorScheme.mainTextColor;
308
- textLines.forEach((line, index) => {
308
+ textLines.forEach(async(line, index) => {
309
309
  await drawTextWithEmoji(
310
310
  ctx,
311
311
  line,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "almtools",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Tools Downloader For WhatsApp Bot",
5
5
  "main": "index.js",
6
6
  "scripts": {