From ee4139db378de972a11effab0bbb655057774fe2 Mon Sep 17 00:00:00 2001 From: CrispyBaguette Date: Sun, 21 Nov 2021 20:22:41 +0100 Subject: [PATCH] Create README.md Readme with IPFS link --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1ac59c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# wasm-palette-converter +Go+Wasm image palette converter + +Build with: +```bash +GOOS=js GOARCH=wasm go build -o dist/main.wasm . +``` + +Access with: +``` +cd dist +npx http-server +``` + +A version is also available on IPFS: +``` +/ipfs/QmQ4ptP2z6SonqyZfF5AiqgPa8RzHpPVyZWvZ8aVNxcoC9 +``` +You can access it directly [here](https://ipfs.io/ipfs/QmQ4ptP2z6SonqyZfF5AiqgPa8RzHpPVyZWvZ8aVNxcoC9/).