Update CID

This commit is contained in:
CrispyBaguette 2021-11-23 22:06:02 +01:00
parent 8d4f1e20a5
commit f67080127b

View File

@ -1,19 +1,24 @@
# wasm-palette-converter # wasm-palette-converter
Go+Wasm image palette converter Go+Wasm image palette converter
Build with: Build with:
```bash ```bash
GOOS=js GOARCH=wasm go build -o dist/main.wasm . GOOS=js GOARCH=wasm go build -o dist/main.wasm .
``` ```
Access with: Access with:
``` ```
cd dist cd dist
npx http-server npx http-server
``` ```
A version is also available on IPFS: A version is also available on IPFS:
``` ```
/ipfs/QmQ4ptP2z6SonqyZfF5AiqgPa8RzHpPVyZWvZ8aVNxcoC9 /ipfs/QmU6MmYFEvEYcNLdJZKJ7LfTuAPhPnpLwiUt4YcmANQESP
``` ```
You can access it directly [here](https://ipfs.io/ipfs/QmQ4ptP2z6SonqyZfF5AiqgPa8RzHpPVyZWvZ8aVNxcoC9/).
You can access it directly [here](https://ipfs.io/ipfs/QmU6MmYFEvEYcNLdJZKJ7LfTuAPhPnpLwiUt4YcmANQESP/).