Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 368 Bytes

File metadata and controls

16 lines (10 loc) · 368 Bytes

Triangle Generator

This can be used to generate concave triangles and download them as svg files.

You can use the app here.

Running Locally

To run this app locally, you'll have to start a server first.

Something like this should work:

python3 -m http.server -d .

screenshot