1.0.0 • Published 8 months ago
epc-tag-coder v1.0.0
EPC Tag Coder
This is a simple wrapper around EPCTagCoder library to be used in Expo projects.
Installation
To install run:
pnpm add epc-tag-coder
or
npm install epc-tag-coder
or
yarn add epc-tag-coder
Usage
convertEPCToUPC
import EPCTagCoder from "./modules/epc-tag-coder";
const upc = EPCTagCoder.convertEPCToUPC("30340C04543AECD74877C4B8");
// upc = '196885603396'