https://github.com/whaaaley/resize.gg
Simple UI that calculates resolutions for different aspect ratios.
https://github.com/whaaaley/resize.gg
Last synced: 12 months ago
JSON representation
Simple UI that calculates resolutions for different aspect ratios.
- Host: GitHub
- URL: https://github.com/whaaaley/resize.gg
- Owner: whaaaley
- Created: 2021-02-05T06:45:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T00:10:53.000Z (about 5 years ago)
- Last Synced: 2025-04-02T12:15:53.333Z (about 1 year ago)
- Language: JavaScript
- Size: 667 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resize.gg (wip)
This project is hosted here https://resize-gg.netlify.app/
# Build and Develop
Notable make targets. See the Makefile for a full list.
```sh
$ make # build for production
$ make start # start the development server
$ make clean # delete /node_modules, /public, /tmp, and package-lock.json
```