https://github.com/cyrusyip/resolution-viewer
Check physical resolution, logical resolution, viewport size and scale
https://github.com/cyrusyip/resolution-viewer
vue vue3
Last synced: over 1 year ago
JSON representation
Check physical resolution, logical resolution, viewport size and scale
- Host: GitHub
- URL: https://github.com/cyrusyip/resolution-viewer
- Owner: CyrusYip
- License: mit
- Created: 2024-08-13T18:35:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T15:00:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T13:06:25.026Z (over 1 year ago)
- Topics: vue, vue3
- Language: Vue
- Homepage: https://resolution-viewer.cyrusyip.org
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resolution-viewer
[Live demo](https://resolution-viewer.cyrusyip.org/)
resolution-viewer is a website that shows your device's physical resolution, logical resolution, viewport size and scale. Information will be updated when the window is resized.
## Development
```sh
# Setup
pnpm install
# Preview
pnpm dev
# Lint
pnpm lint
# Format
pnpm format
# Build
pnpm build
# Preview the built website
pnpm preview
```