diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-07-02 15:23:44 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-07-02 15:23:44 -0700 |
commit | 826207a54aabc4c2e77d2230ae9d846e50a9cb1e (patch) | |
tree | 6805ee8b6c993e68684e54531fe0c951081ae2d1 | |
parent | df5b7a8245c3c0507f95b4a9e6b28daacc83ed49 (diff) | |
download | view.love-826207a54aabc4c2e77d2230ae9d846e50a9cb1e.tar.gz |
link to export tool
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index 9d78c01..b085dd0 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,11 @@ here. uses separate shortcuts for regular polygons. `ctrl+3` for triangles, `ctrl+4` for squares, etc. +## Associated tools + +* https://codeberg.org/akkartik/lines2md exports lines.love files to Markdown + and (non-editable) SVG. + ## Feedback [Most appreciated.](http://akkartik.name/contact) |