Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T15:00:55.000Z (5 months ago)
- Last Synced: 2025-01-12T08:42:01.662Z (12 days 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
```