Vue Angle Picker
npm install vue-angleThis is a small project to create the angle picker as I want because I couldn't find it online.
Install:
```
npm install vue-angle
Use:
``
import Vue from 'vue';
import VueAngle from 'vue-angle';
vue.use(VueAngle);
Example Code:
```
Tested on Chrome and Safari
https://github.com/truonggiangdao/vue-angle
Copyright (c) 2021-present Giang Dao