chore: clean comment related to buffer
This commit is contained in:
parent
f559f18908
commit
0b275a5136
1 changed files with 0 additions and 2 deletions
|
@ -347,8 +347,6 @@ QRCode.toFile(
|
|||
)
|
||||
```
|
||||
|
||||
Note: binary encoding is only available on the server due to this library using Node `Buffer` internally.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue