Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
101arrowz committed Jan 13, 2022
1 parent f8bcdee commit 7fe9386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# scanner

Document scanner for the web built in Rust. Zero runtime dependencies - all the hard math is done by hand. Original TypeScript code from the master branch includes all the logic is in `src/index.ts`, but it's admittedly a bit hard to read. Rust source in `src-rs`; most of it is just copied verbatim from TypeScript, but I made a few optimizations where possible. The WASM port is a bit faster on desktop and substantially faster on mobile. Demo will soon be available [here](https://101arrowz.github.io/scanner/).
Document scanner for the web built in Rust. Zero runtime dependencies - all the hard math is done by hand. Rust source in `src-rs`; most of it is just copied verbatim from the TypeScript code [on the master branch](https://github.com/101arrowz/scanner/tree/master), but I made a few optimizations where possible. The WASM port is a bit faster on desktop and substantially faster on mobile. This branch also includes a much nicer UI Demo available [here](https://101arrowz.github.io/scanner/next/).

Check out [my ongoing blog series](https://dev.to/101arrowz/series/15877) on this project to learn more about all the techniques I employed to make this project possible!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
"build": "parcel build src/index.html --public-url ."
},
"devDependencies": {
"@parcel/compressor-brotli": "^2.0.1",
Expand Down

0 comments on commit 7fe9386

Please sign in to comment.