https://github.com/frsource/fast-angle
Online protractor - measure any angle directly on your image!
https://github.com/frsource/fast-angle
fast-angle measure-angle protractor
Last synced: about 2 months ago
JSON representation
Online protractor - measure any angle directly on your image!
- Host: GitHub
- URL: https://github.com/frsource/fast-angle
- Owner: FRSOURCE
- License: mit
- Created: 2022-10-16T22:12:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:03:10.000Z (7 months ago)
- Last Synced: 2024-10-29T13:35:59.069Z (7 months ago)
- Topics: fast-angle, measure-angle, protractor
- Language: Vue
- Homepage: https://www.frsource.org/fast-angle/
- Size: 6.83 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast angle
Simple online protractor - measure any angle directly on your image!
Native apps are published on [App Store](https://apps.apple.com/us/app/fast-angle/id6450143053) and [Play Store](https://play.google.com/store/apps/details?id=org.frsource.www.fast_angle.twa).
## Development
> Before stating development, make sure to install package dependencies by running `pnpm i`
```bash
# running dev app
pnpm dev# production build
pnpm build# production build preview
pnpm preview# running native apps
pnpm preview:ios
pnpm preview:android# unit tests
pnpm test# typecheck
pnpm typecheck# lint autofix
pnpm lint --fix
```