20 lines
381 B
Markdown
20 lines
381 B
Markdown
|
# 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/).
|