This code will make Roomtodo export project details and save them as a JSON file.
iframeRoomtodo.contentWindow.postMessage(`{"action": "save_estimation"}`, '*');
This code will make Roomtodo export project details and save them as a JSON file.
iframeRoomtodo.contentWindow.postMessage(`{"action": "save_estimation"}`, '*');