PaletteSwitcher/README.md

25 lines
387 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-12-11 15:28:05 +00:00
/ipfs/Qmdnx5vkt8qietF5BkEDTwxZUFKkh5g7FwYv1CgXYhQV1o
2021-11-21 19:22:41 +00:00
```
2021-11-23 21:06:02 +00:00
2021-12-11 15:28:05 +00:00
You can access it directly [here](https://ipfs.io/ipfs/Qmdnx5vkt8qietF5BkEDTwxZUFKkh5g7FwYv1CgXYhQV1oP/).