Skip to content

Commit

Permalink
Merge pull request #24 from adrienv1520/doc/logo
Browse files Browse the repository at this point in the history
doc/logo
  • Loading branch information
adrienv1520 authored Jan 17, 2020
2 parents 109adf7 + 4e4d6ca commit 7957a32
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.2.2 - delivery @17/01/2020

- update logo and description

## 1.2.1 - delivery @17/01/2020

- update Readme
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center">
<img src="doc/bitgener.svg" alt="Bitgener" style="border-radius:50%"/>
<img src="doc/bitgener.png" alt="Bitgener"/>
<p>

<p align="center">
A lightweight and zero-dependencies pure Node.js barcode library.
A lightweight and zero-dependencies pure Node.js barcode generator.
<p>

# Table of Contents
Expand Down Expand Up @@ -34,7 +34,7 @@

# Presentation

*Bitgener* is a barcode library written in pure Node.js using ES6 and ES7 features. It is based on the great work made by Jean-Baptiste Demonte and contributors: [barcode](https://github.com/jbdemonte/barcode).
*Bitgener* is a barcode generator written in pure Node.js using ES6 and ES7 features. It is based on the great work made by Jean-Baptiste Demonte and contributors: [barcode](https://github.com/jbdemonte/barcode).

Despite the fact that [bwipjs](https://github.com/metafloor/bwip-js) can generate a lot of barcodes and other libraries exist, I personally needed to generate the same ECC 200 compliant Datamatrixes from the *barcode* library and it was not possible by any of these libraries. Plus I had some issues with architecture-dependent image processor libraries used by other modules.

Expand Down
Binary file added doc/bitgener.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion doc/bitgener.svg

This file was deleted.

2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Bitgener
*
* A lightspeed and zero-dependency Node.js barcode library.
* A lightspeed and zero-dependency Node.js barcode generator.
*
* This code is based on BarCode Coder Library.
* BCCL v2.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bitgener",
"version": "1.2.1",
"description": "A lightweight and zero-dependencies pure Node.js barcode library",
"version": "1.2.2",
"description": "A lightweight and zero-dependencies pure Node.js barcode generator",
"author": "Adrien Valcke <[email protected]> (https://github.com/adrienv1520)",
"main": "lib/index.js",
"private": false,
Expand Down

0 comments on commit 7957a32

Please sign in to comment.