Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv authored Apr 20, 2022
1 parent 3414b08 commit df969a0
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# [lookscanned.io](https://lookscanned.io)
# [📚 Look Scanned](https://lookscanned.io)

https://lookscanned.io

Look Scanned is a pure frontend site that makes your PDFs look scanned! No need for printers and scanners anymore - everything you need to do is just a few clicks. Inspired by [baicunko/scanyourpdf](https://github.com/baicunko/scanyourpdf).

## Features

* Everything is processed in your browser. No privacy risk.
* Works without network connection using PWA.
* See scanned PDF side-by-side in real time.
* Works on all modern browsers and devices.
* All files are static. No backend servers needed.
* Tweak the settings to make your PDF look better.

## Develop

```sh
Expand All @@ -14,9 +25,13 @@ npm run dev
npm run build:all
```

## Credit
## Credits

* [baicunko/scanyourpdf](https://github.com/baicunko/scanyourpdf)
* [cancerberoSgx/magica](https://github.com/cancerberoSgx/magica)
* [mozilla/pdf.js](https://mozilla.github.io/pdf.js/)
* [Scanner icons created by Freepik - Flaticon](https://www.flaticon.com/free-icons/scanner)

## License

MIT License

0 comments on commit df969a0

Please sign in to comment.