From 628b8ed7fef43547ecdbfe7286294783ffbca501 Mon Sep 17 00:00:00 2001 From: Thomas de Lachaux Date: Mon, 8 Feb 2021 11:29:31 +0100 Subject: [PATCH] Remove typescript ignore mention --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 510e6b9f..c7739432 100644 --- a/README.md +++ b/README.md @@ -350,8 +350,6 @@ QRCode.toFile( ) ``` -TypeScript users: if you are using [@types/qrcode](https://www.npmjs.com/package/@types/qrcode), you will need to add a `// @ts-ignore` above the data segment because it expects `data: string`. - ## Multibyte characters Support for multibyte characters isn't present in the initial QR Code standard, but is possible to encode UTF-8 characters in Byte mode.