Skip to content

Maxyme/wasmscanify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasmscanify

Rust WASM port of jscanify - a mobile document scanner library.

This is a Rust implementation that compiles to WebAssembly, with the goal of providing the same document scanning capabilities as jscanify.

Installation

Prerequisites

  1. Install Rust: https://rustup.rs/
  2. Install wasm-pack:
cargo install wasm-pack

Building

# For web
wasm-pack build --target web --release

# For Node.js
wasm-pack build --target nodejs --release

# For bundlers (webpack, etc.)
wasm-pack build --target bundler --release

License

MIT License - same as the original jscanify project.

Roadmap

  • Add multi-threading support with Web Workers
  • Add gpu support
  • Benchmarks

About

Rust WASM port of jscanify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors