File: control

package info (click to toggle)
node-html5-qrcode 2.3.8%2Brepack-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,284 kB
  • sloc: javascript: 18,686; makefile: 15; sh: 14
file content (48 lines) | stat: -rw-r--r-- 1,810 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: node-html5-qrcode
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Georges Khaznadar <georgesk@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , chai <!nocheck>
 , mocha <!nocheck>
 , node-jsdom <!nocheck>
 , node-ts-loader
 , node-typescript
 , webpack
Standards-Version: 4.6.2
Homepage: https://github.com/mebjas/html5-qrcode#readme
Vcs-Git: https://salsa.debian.org/js-team/node-html5-qrcode.git
Vcs-Browser: https://salsa.debian.org/js-team/node-html5-qrcode
Rules-Requires-Root: no

Package: node-html5-qrcode
Architecture: all
Depends: ${misc:Depends}
Provides: libjs-html5-qrcode (= ${binary:Version})
Description: qr-code and bar-code scanning library for the web
 Use this lightweight library to easily / quickly integrate QR code,
 bar code, and other common code scanning capabilities to your web
 application.
 .
 Key highlights
 --------------
   - Support scanning different types of bar codes and QR codes.
   - Supports different platforms be it Android, IOS, MacOs, Windows or Linux
   - Supports different browsers like Chrome, Firefox, Safari, Edge, Opera ...
   - Supports scanning with camera as well as local files
   - Comes with an end to end library with UI as well as a low level
     library to build your own UI with.
   - Supports customisations like flash/torch support, zooming etc.
 .
 Supports two kinds of APIs
 --------------------------
   - Html5QrcodeScanner — End-to-end scanner with UI, integrate with
     less than ten lines of code.
   - Html5Qrcode — Powerful set of APIs you can use to build your
     UI without worrying about camera setup, handling permissions,
     reading codes, etc.