Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```