0.0.2 • Published 6 months ago

ft8js v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

ft8js

Thanks to ft8_lib, we can encode/decode in a variety of environments.

I've compiled it into WebAssembly (WASM) and created experimental JavaScript code for seamless integration.

Build

  1. Clone ft8_lib
git submodule update --init --recursive
  1. Build
npm run build-wasm:encode
npm run build-wasm:decode
npm run build-js

Example

https://e04.github.io/ft8js/example/browser/index.html

or

node example/node/encode

node example/node/decode

0.0.2

6 months ago

0.0.1

6 months ago