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
/
errorCorrectionLevels.d.ts
7 lines
(6 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ErrorCorrectionLevel
}
from
"../types"
;
interface
ErrorCorrectionLevels
{ [
key
:
string
]:
ErrorCorrectionLevel
; }
declare
const
_default
:
ErrorCorrectionLevels
;
export
default
_default;