@types/vue-barcode-reader
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Installation

npm install --save @types/vue-barcode-reader

Summary

This package contains type definitions for vue-barcode-reader (https://github.com/olefirenko/vue-barcode-reader).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-barcode-reader.

index.d.ts

import Vue from "vue";

/**
 * Emits the following events:
 * - 'decode' with result text
 * - 'loaded' when video stream starts
 */
export class StreamBarcodeReader extends Vue {}

/**
 * Emits the following events:
 * - 'decode' with result text
 * - 'error' when decoding fails
 */
export class ImageBarcodeReader extends Vue {}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: vue

Credits

These definitions were written by Julian Schmidt.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/vue-barcode-reader

Weekly Downloads

3,730

Version

0.0.3

License

MIT

Unpacked Size

3.35 kB

Total Files

5

Last publish

Collaborators

  • types