UNPKG

@openhealthnz-credentials/pdf-image-qr-scanner

Version:

Library to scan user-uploaded PDF's or images locally and reliably for QR codes using jsQR.

23 lines (22 loc) 434 B
{ "extends": [ "@ericcrosson/eslint-config" ], "parserOptions": { "sourceType": "module", "ecmaVersion": 2018, "project": "./tsconfig.json" }, "rules": { "indent": [ "error", "tab" ], "@typescript-eslint/strict-boolean-expressions": "off", "@typescript-eslint/no-use-before-define": "off" }, "ignorePatterns": [ ".yarn/**/*" ], "parser": "@typescript-eslint/parser" }