Add HandyTools as Further Example-General

Xiaodong DENG 2020-04-27 13:48:34 +02:00
parent 35cdaf592e
commit 8a39ead790

@ -278,6 +278,8 @@ The solution is to upgrade to Go 1.11.2 or later.
## General ## General
* https://github.com/agnivade/shimmer[Shimmer] - Image transformation in wasm using Go. Live https://agniva.me/shimmer[DEMO]. * https://github.com/agnivade/shimmer[Shimmer] - Image transformation in wasm using Go. Live https://agniva.me/shimmer[DEMO].
* https://wasm-webcam.herokuapp.com[Video filtering] - Filters for video from webcam (https://github.com/aarushik93/webcam-go[source code]) * https://wasm-webcam.herokuapp.com[Video filtering] - Filters for video from webcam (https://github.com/aarushik93/webcam-go[source code])
* https://github.com/XD-DENG/handytools-go-webassembly[HandyTools] - Provide tools like
base64 encoding/decoding, convert Unix time, etc (live https://handytools.xd-deng.com/[DEMO])
## Canvas (2D) ## Canvas (2D)
* https://github.com/stdiopt/gowasm-experiments[GoWasm Experiments] - Demonstrates * https://github.com/stdiopt/gowasm-experiments[GoWasm Experiments] - Demonstrates