File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,8 @@ writeImage(imageBytes: Uint8Array, path: string): void
263263
264264Args:
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
270270Usage:
@@ -287,9 +287,9 @@ unZipFromFile(
287287
288288Args:
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
295295Usage:
@@ -310,9 +310,9 @@ unZipFromURL(
310310
311311Args:
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
317317Usage:
318318
You can’t perform that action at this time.
0 commit comments