1.0.0 • Published 8 months ago

epc-tag-coder v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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'
1.0.0

8 months ago

0.1.0

10 months ago