Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/intracto/vue-multi-format-barcode

Multi-format 1D/2D barcode image processing component in Vue 2+, based on zxing-js library.
https://github.com/intracto/vue-multi-format-barcode

barcode-scanner qrcode-scanner vuejs2 zxing-library

Last synced: 3 months ago
JSON representation

Multi-format 1D/2D barcode image processing component in Vue 2+, based on zxing-js library.

Awesome Lists containing this project

README

        

## MFB Scanner (vue-multi-format-barcode)
> Multi-format 1D/2D barcode image processing component in Vue 2+, based on zxing-js library.

### Demo
Demo: -

### Install

```bash
yarn add vue-multi-format-barcode
```

### How to

In main.js:

```javascript
import Vue from 'vue'
import MultiFormatBarcode from 'vue-multi-format-barcode'

Vue.use(MultiFormatBarcode)
```

In App.vue:

```vue

```

### Props & Events

```html

```

### FAQ

--

### Development / Contribution

You'll need vue cli globally to debug the component.

```bash
npm install -g @vue/cli
npm install -g @vue/cli-service-global
```

Start a development server for the component

```bash
vue serve MultiFormatBarcode.vue
```