Skip to content

Commit

Permalink
refactor: Update README with explanation for not creating a library
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitsahoo committed Jul 3, 2024
1 parent 098d5c2 commit 1bd78b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ You can try the live version on GitHub pages here: https://sumitsahoo.github.io/
6. Display of scanning result in a dialog box with copy option
7. Haptic feedback (Android) on successful scan

## 🧐 Why this is not a library?

In many scenarios, the user interface (UI) requirements for scanner implementations vary significantly. This diversity in UI needs makes it impractical to encapsulate such functionality within a library, as it would severely limit the ability to customize the UI to meet specific requirements.

## 📷 Screenshots

### App running on iPhone
Expand All @@ -31,6 +27,11 @@ In many scenarios, the user interface (UI) requirements for scanner implementati
![iPad](public/screenshots/screenshot-2732x2048.png "App running on iPad Pro")


## 🧐 Why this is not a library?

In many scenarios, the user interface (UI) requirements for scanner implementations vary significantly. This diversity in UI needs makes it impractical to encapsulate such functionality within a library, as it would severely limit the ability to customize the UI to meet specific requirements.


## 📦 Local Installation

Clone the repository:
Expand Down

0 comments on commit 1bd78b6

Please sign in to comment.