Add vendoring notice to the two vendored libs

main
Charlotte Som 2023-02-13 15:52:11 +00:00
parent c938303a07
commit 1bfd53e8ce
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Vendored from @charliewilco/gluejar on npm (not marked compatible with React 18)
import { useEffect, useCallback, useReducer } from "react";
/* <PasteContainer

View File

@ -1,3 +1,5 @@
// Vendored from qrcode-decoder on npm (was giving me Webpack issues)
import { Options } from 'jsqr';
import jsQR from 'jsqr';