It would be great to allow the ability to zoom, scroll, and support multi-touch painting via configuration options: ```typescript private currentScale: number; public enableScroll: boolean; public enableZoom: boolean; ```
It would be great to allow the ability to zoom, scroll, and support multi-touch painting via configuration options: