Adds undo for drawn shapes, zoom scales rdp

This commit is contained in:
Steve Ruiz 2021-05-27 21:11:48 +01:00
parent c41def99d3
commit bd02ca4fd9
6 changed files with 51 additions and 37 deletions

View file

@ -5,7 +5,6 @@ import {
VectorCodeControl,
} from "types"
import { v4 as uuid } from "uuid"
import Vector from "./vector"
export const controls: Record<string, any> = {}