chore: clean comment related to buffer

This commit is contained in:
Ryan Day 2019-10-08 12:46:03 -07:00 committed by GitHub
parent f559f18908
commit 0b275a5136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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