Go+Wasm image palette converter https://paletteswitcher.bruyant.xyz
Go to file
CrispyBaguette 71f4a89ef9 go mod tidy
2021-12-11 16:51:37 +01:00
client Basic functionality sort of works 2021-12-11 16:19:48 +01:00
dist Basic functionality sort of works 2021-12-11 16:19:48 +01:00
src go mod tidy 2021-12-11 16:51:37 +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 Basic functionality sort of works 2021-12-11 16:19:48 +01:00
README.md Update CID 2021-11-23 22:06:02 +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/QmU6MmYFEvEYcNLdJZKJ7LfTuAPhPnpLwiUt4YcmANQESP

You can access it directly here.