Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Readme with IPFS link
  • Loading branch information
CrispyBaguette authored Nov 21, 2021
1 parent c664602 commit ee4139d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# wasm-palette-converter
Go+Wasm image palette converter

Build with:
```bash
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/QmQ4ptP2z6SonqyZfF5AiqgPa8RzHpPVyZWvZ8aVNxcoC9
```
You can access it directly [here](https://ipfs.io/ipfs/QmQ4ptP2z6SonqyZfF5AiqgPa8RzHpPVyZWvZ8aVNxcoC9/).

0 comments on commit ee4139d

Please sign in to comment.