Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 276 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 276 Bytes

Face Generator

This Yew app allows you to create a face by mapipulating controls. It's very much work in progress, as many parameters are fixed.

To build, run the following

wasm-pack build --target web

Then host the root directory

python3 -m http.server 8080