From 59bbe8820c8bbacf1116f64c66e4c72df64b2356 Mon Sep 17 00:00:00 2001 From: KlazHTT Date: Mon, 26 Feb 2024 20:33:51 -0500 Subject: [PATCH] Add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..998b310 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Pixel Perfect + +- Displays current browser window size (width x height) in pixels. +- Values will live update when browser window is resized. + +## Screenshot + +![Pixel Perfect in action.](https://forge.haothitran.com/KlazHTT/pixel-perfect/raw/branch/main/assets/screenshot.png) + +## Acknowledgements + +- [Vincent Garreau](https://vincentgarreau.com/en) for [particle.js](https://vincentgarreau.com/particles.js/) - A lightweight JavaScript library for creating particles.