PaletteSwitcher/README.md

25 lines
386 B
Markdown
Raw Normal View History

2021-11-21 19:22:41 +00:00
# wasm-palette-converter
2021-11-23 21:06:02 +00:00
2021-11-21 19:22:41 +00:00
Go+Wasm image palette converter
Build with:
2021-11-23 21:06:02 +00:00
2021-11-21 19:22:41 +00:00
```bash
GOOS=js GOARCH=wasm go build -o dist/main.wasm .
```
Access with:
2021-11-23 21:06:02 +00:00
2021-11-21 19:22:41 +00:00
```
cd dist
npx http-server
```
A version is also available on IPFS:
2021-11-23 21:06:02 +00:00
2021-11-21 19:22:41 +00:00
```
2021-11-23 21:06:02 +00:00
/ipfs/QmU6MmYFEvEYcNLdJZKJ7LfTuAPhPnpLwiUt4YcmANQESP
2021-11-21 19:22:41 +00:00
```
2021-11-23 21:06:02 +00:00
You can access it directly [here](https://ipfs.io/ipfs/QmU6MmYFEvEYcNLdJZKJ7LfTuAPhPnpLwiUt4YcmANQESP/).