UNPKG
qr-code-styling-node
Version:
latest (1.5.0)
1.5.0
1.3.4
Add a style and an image to your QR code
qr-code-styling.com
ducminhquan/qr-code-styling
qr-code-styling-node
/
lib
/
constants
/
errorCorrectionPercents.d.ts
6 lines
(5 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
6
interface
ErrorCorrectionPercents
{ [
key
:
string
]:
number
; }
declare
const
_default
:
ErrorCorrectionPercents
;
export
default
_default;