Skip to content

ExactCure/datamatrix-decoder

Repository files navigation

DataMatrix Decoder

Tests

Description:

Decoder for medical datamatrix, this library extract and export the essentials information contain into a DataMatrix.

How to use ?

Install the dependency with npm:

npm install datamatrix-decoder

or with warn:

yarn add datamatrix-decoder

Example:

import {readDataMatrix} from 'datamatrix-decoder'


const dataMatrix = readDataMatrix('010340093014544917221031108110753')
/**
 * Should return you an object like:
 * {
 *   gtin: '3400930145449',
 *   expiry: '2022-10-31',
 *   lot: '8110753',
 *   serial: null
 * }
 *
 * /

About

Decoder for medical datamatrix

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors