Add README

This commit is contained in:
Hao Tran 2024-02-26 20:33:51 -05:00
parent 101c9310d7
commit 59bbe8820c

12
README.md Normal file
View File

@ -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.