JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour
type InteractionName = null | 'resize' | 'rotate' | 'drag' | 'move'; export let activeInteraction: InteractionName = null; export function setActiveInteraction(name: InteractionName) { activeInteraction = name; }