diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f217bc --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# monitortoy + +![](https://img.shields.io/badge/written%20in-Javascript%20%28canvas%29-blue) + +A utility to help measure and layout a multimonitor setup. + +Features: Add monitors from a given diagonal and aspect ratio, swivel monitors, snap to edges, and measure between any two vertices. + + +## Download + +- [⬇️ monitortoy.htm](dist-archive/monitortoy.htm) *(7.56 KiB)* diff --git a/dist-archive/monitortoy.htm b/dist-archive/monitortoy.htm new file mode 100644 index 0000000..fc5940b --- /dev/null +++ b/dist-archive/monitortoy.htm @@ -0,0 +1,312 @@ + + + + + + + + + Monitor: + + ", ratio + + : + + + + | + + | + + | + +
+ old browser + + + + + \ No newline at end of file diff --git a/doc/monitortoy.png b/doc/monitortoy.png new file mode 100644 index 0000000..9a4e38d Binary files /dev/null and b/doc/monitortoy.png differ