Added some circle drawing tool

This commit is contained in:
2019-08-25 12:04:15 -04:00
parent b8bb4aed2b
commit 30b74dd91c
4 changed files with 20 additions and 10 deletions

View File

@ -1,5 +1,6 @@
export interface ToolbarItem {
name: string;
faicon?: string;
icon?: string;
hidden?: boolean;
toggle?: boolean;