Go+Wasm image palette converter https://paletteswitcher.bruyant.xyz
Go to file
CrispyBaguette d66f566a01 Updated CID
2021-12-11 16:28:05 +01:00
.vscode Initial commit 2021-11-21 20:12:16 +01:00
dist Set image rendering scaling algorithm 2021-12-11 16:25:21 +01:00
.gitignore Initial commit 2021-11-20 19:45:07 +01:00
go.mod Initial commit 2021-11-21 20:12:16 +01:00
go.sum Initial commit 2021-11-21 20:12:16 +01:00
LICENSE Initial commit 2021-11-20 19:45:07 +01:00
main.go Initial commit 2021-11-21 20:12:16 +01:00
README.md Updated CID 2021-12-11 16:28:05 +01:00
wasm.go Initial commit 2021-11-21 20:12:16 +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.