UNPKG

react-zxing

Version:

Integrate zxing to your React application using a custom hook

3 lines (2 loc) 113 B
export { DecodeHintType, Result } from "@zxing/library"; export { useZxing, UseZxingOptions } from "./useZxing";