improve title
This commit is contained in:
@@ -11,7 +11,7 @@ export interface QrCodeGeneratorOptions {
|
|||||||
export const qrCodeGeneratorPlugin: PlimiPlugin<QrCodeGeneratorOptions> = {
|
export const qrCodeGeneratorPlugin: PlimiPlugin<QrCodeGeneratorOptions> = {
|
||||||
manifest: {
|
manifest: {
|
||||||
id: "qr-code-generator",
|
id: "qr-code-generator",
|
||||||
name: "QR Code Generator (WASM)",
|
name: "QR Code Generator",
|
||||||
description: "Generate high-performance, offline-ready QR codes locally in the browser using WebAssembly.",
|
description: "Generate high-performance, offline-ready QR codes locally in the browser using WebAssembly.",
|
||||||
category: "image",
|
category: "image",
|
||||||
version: "1.0.0",
|
version: "1.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user