Go+Wasm image palette converter https://paletteswitcher.bruyant.xyz
Go to file
2021-12-13 13:54:54 +01:00
.github/workflows Update ci.yml 2021-12-12 19:56:16 +01:00
client Images are Blobs & revoke object URLs 2021-12-13 13:54:54 +01:00
src Functional app 2021-12-12 17:50:58 +01:00
.gitignore gitignores 2021-12-11 14:20:22 +01:00
.nvmrc nvm 2021-12-11 14:20:26 +01:00
LICENSE Initial commit 2021-11-20 19:45:07 +01:00
Makefile go build linker opts 2021-12-11 18:07:10 +01:00
README.md Update README.md 2021-12-11 16:49:11 +01:00
wasm-palette-converter.code-workspace Created react app, reworked folder structure 2021-12-11 14:21:08 +01:00

wasm-palette-converter

Go+Wasm image palette converter

Build with:

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/Qmdnx5vkt8qietF5BkEDTwxZUFKkh5g7FwYv1CgXYhQV1o

You can access it directly here.