0.2.0 • Published 2 years ago

@tangibl/topcodes-wasm v0.2.0

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
2 years ago

TopCodes in WASM

npm

This package relies on the Rust implementation of the TopCode library originally implemented by Michael Horn. This can be seen as a simple web and JavaScript-compatible interface for the TopCode scanner.

The advantage of this package is that any performance improvements to the Rust package will be absorbed by this package for free.

Demo

Deployment

A demo of this package is available on GitHub pages

Screenshot

Screenshot

Development

Build with the following:

wasm-pack build

Test in a headless browser:

wasm-pack test --headless --firefox

Integration

If you would like to test the integration of your changes, you can use the NPM example project under www/.