Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiss committed Mar 23, 2022
1 parent a448cad commit bfa55f1
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,25 @@ console.log("Tag URI: " + epc2.toTagURI());

Note: This is a summary of how the library works, check the source code for more features.

### Frontend version

```
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/bundle/epc-tds.min.js"></script>
</head>
<body>
<script>
const tds = require('epc-tds')
let epc = tds.valueOf("3074257BF7194E4000001A85");
alert(epc.toTagURI());
</script>
</body>
</html>
```

https://www.sergiosoriano.com

[npm-url]: https://npmjs.org/package/epc-tds
[npm-image]: https://img.shields.io/npm/v/epc-tds.svg
[npm-image]: https://img.shields.io/npm/v/epc-tds.svg

0 comments on commit bfa55f1

Please sign in to comment.