Skip to content

Commit 28576ac

Browse files
authored
Update README.md
1 parent 0218e46 commit 28576ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ writeImage(imageBytes: Uint8Array, path: string): void
263263

264264
Args:
265265

266-
* **imageBytes:** a byte array
267-
* **path:** path and name to write the image file
266+
* **imageBytes**: a byte array
267+
* **path**: path and name to write the image file
268268

269269

270270
Usage:
@@ -287,9 +287,9 @@ unZipFromFile(
287287

288288
Args:
289289

290-
* **filePath:**: a path to a local zip file
291-
* **destinationPath:**: a folder path to unzip the files
292-
* **options:**: option.includeFileName can be true or false
290+
* **filePath**: a path to a local zip file
291+
* **destinationPath**: a folder path to unzip the files
292+
* **options**: option.includeFileName can be true or false
293293

294294

295295
Usage:
@@ -310,9 +310,9 @@ unZipFromURL(
310310

311311
Args:
312312

313-
* **filePath:**: a path to a local zip file
314-
* **destinationPath:**: a folder path to unzip the files
315-
* **options:**: option.includeFileName can be true or false
313+
* **filePath**: a path to a local zip file
314+
* **destinationPath**: a folder path to unzip the files
315+
* **options**: option.includeFileName can be true or false
316316

317317
Usage:
318318

0 commit comments

Comments
 (0)