This commit is contained in:
Jason Liu 2021-10-04 20:24:45 -04:00
commit 26ce0bb965
3 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"node-jose": "^2.0.0", "node-jose": "^2.0.0",
"node-pdf-verifier": "^1.0.1", "node-pdf-verifier": "^1.0.1",
"pdfjs-dist": "^2.5.207", "pdfjs-dist": "^2.6.347",
"pngjs": "^6.0.0", "pngjs": "^6.0.0",
"qrcode": "^1.4.4", "qrcode": "^1.4.4",
"react": "^17.0.2", "react": "^17.0.2",

View File

@ -1,6 +1,6 @@
title: Vaccination Receipt to Wallet title: Vaccination Receipt to Wallet
subtitle: This utility (created by volunteers) converts your vaccination receipt from Ontario Ministry of Health to an Apple Wallet pass for easy access in the interim. subtitle: This utility (created by volunteers) converts your vaccination receipt from Ontario Ministry of Health to an Apple Wallet pass for easy access in the interim. Android users can create a photo pass while we await Google Pay COVID Card API Access from Google.
subtitle2: Once Ontario's official QR code is available on Oct 22, you will be able to update your Apple Wallet pass by visiting this site again. subtitle2: Once Ontario's official QR code is available on Oct 22, you will be able to update your Apple Wallet pass or Android photo pass by visiting this site again.
update1Date: Sep 23 Updates update1Date: Sep 23 Updates
update1: Thanks so much for all the encouragements and suggestions to make this better. We plan to keep enhancing this to help more Canadians. Stay tuned! update1: Thanks so much for all the encouragements and suggestions to make this better. We plan to keep enhancing this to help more Canadians. Stay tuned!
continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️. continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️.

View File

@ -8,7 +8,7 @@ import * as Decode from './decode';
import {getScannedJWS, verifyJWS, decodeJWS} from "./shc"; import {getScannedJWS, verifyJWS, decodeJWS} from "./shc";
import { PNG } from 'pngjs/browser'; import { PNG } from 'pngjs/browser';
import { PDFPageProxy, TextContent, TextItem } from "pdfjs-dist/types/display/api"; import { PDFPageProxy, TextContent, TextItem } from 'pdfjs-dist/types/src/display/api';
// import {PNG} from 'pngjs' // import {PNG} from 'pngjs'
// import {decodeData} from "./decode"; // import {decodeData} from "./decode";