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

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!

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