https://github.com/christopherwk210/ratiomatic
A handy tray tool for working with ratios, for Mac
https://github.com/christopherwk210/ratiomatic
electron mac proportion tool
Last synced: 27 days ago
JSON representation
A handy tray tool for working with ratios, for Mac
- Host: GitHub
- URL: https://github.com/christopherwk210/ratiomatic
- Owner: christopherwk210
- License: mit
- Created: 2018-12-10T22:19:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T17:03:31.000Z (almost 3 years ago)
- Last Synced: 2025-06-14T07:47:27.156Z (11 months ago)
- Topics: electron, mac, proportion, tool
- Language: JavaScript
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ [This project now has an online version!](https://topheranselmo.com/tools/ratiomatic)
ratiomatic
A handy tray tool for working with ratios, for Mac
When designing UI for various applications, I often found myself needing to figure out various whole-number scaled values for given proportions. I made this tool to satisfy that need. It allows you to enter a ratio (i.e. 1920/1080) and it will provide you with every whole number simplification of that proportion. In addition, you can input new numbers to get the approapriate numerator/denominator to go with it based on the original ratio.
Also it works with MacOS dark theme ¯\\\_(ツ)\_/¯
Thanks to [sanboxrunner](https://github.com/sanboxrunner) for writing the proportion simplification logic.
## Download
Download the latest release [here](https://github.com/christopherwk210/ratiomatic/releases).
## Development
After forking/cloning:
```
$ npm install
$ npm start
```
To make a build:
```
$ npm run build
```
## License
MIT