From a002af7d109b641318df3e1405b2409c2746da92 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Sun, 5 Jan 2025 23:55:12 +0800 Subject: [PATCH] chore: update --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c96453bb..e2dde276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,13 +38,13 @@ In `ReadResult`, the `eccLevel` field has been renamed to `ecLevel`. It now hold #### Renamed & Enhanced Writer Function -`writeBarcode(...)` replaces `writeBarcodeToImageFile(...)`. This function is now powered by the new [`zint`](https://sourceforge.net/projects/zint/) backend which supports all available formats that are currently supported by the reader. It accepts either a `string` text or an `Uint8Array` binary data as its input for barcode generation, and provides new output formats (e.g. SVG, UTF-8) in addition to the an image file blob. +`writeBarcode(...)` replaces `writeBarcodeToImageFile(...)`. This function is now powered by the new [`zint`](https://sourceforge.net/projects/zint/) backend which supports all available formats that are currently supported by the reader. It accepts either a `string` text or an `Uint8Array` binary data as its input for barcode generation, and provides new output formats (e.g. SVG, UTF-8) in addition to an image file blob. The `WriterOptions` object has also been updated completely. > [!NOTE] > -> The final shape of the `writeBarcode` function is still under discussion. The current implementation is subject to change. +> The final shape of the `writeBarcode` function is still in review. The current implementation is subject to change. #### `.wasm` Module Initialization / Caching Overhaul