0.0.3 • Published 6 months ago

@types/vue-barcode-reader v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for vue-barcode-reader 0.0
// Project: https://github.com/olefirenko/vue-barcode-reader
// Definitions by: Julian Schmidt <https://github.com/julisch94>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 02 Dec 2021 21:31:07 GMT
  • Dependencies: @types/vue
  • Global values: none

Credits

These definitions were written by Julian Schmidt.

0.0.1

8 months ago

0.0.3

6 months ago

0.0.2

7 months ago

0.0.0

2 years ago