1.2.1 • Published 7 months ago

@digitalbazaar/pdf417-dl-canonicalizer v1.2.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
7 months ago

Driver's License PDF417 Canonicalizer (@digitalbazaar/pdf417-dl-canonicalizer)

Build Status Coverage Status NPM Version

Driver's License PDF417 Canonicalizer.

Table of Contents

Background

...

Install

  • Requires Node.js 18+

To install via NPM:

npm install @digitalbazaar/pdf417-dl-canonicalizer

Usage

To canonicalize a Uint8Array of bytes from a PDF417 drivers' license:

canonicalize({pdfBytes})

To canonicalize, but return the hash of the canonized form:

hashCanonicalized({pdfBytes})

To canonicalize, but return the base64url encoded hash of the canonized form:

base64UrlFromPdfBytes({pdfBytes})

This package can be used with bundlers, such as webpack, in browser applications.

API

...

Status

...

Developing

Source is available at:

Commercial Support

Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com

License

  • BSD 3-Clause © Digital Bazaar, Inc.
  • See the LICENSE file for details.
1.2.1

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago