Create README.md

Readme with IPFS link
This commit is contained in:
CrispyBaguette 2021-11-21 20:22:41 +01:00 committed by GitHub
parent c664602314
commit ee4139db37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
README.md Normal file
View File

@ -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/).