From 638e51ed9db7eeab624ec4f753219855977c5c09 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Mon, 6 Nov 2017 14:28:33 +0100 Subject: [PATCH] add default --- src/shape/SketchDataToJSON.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shape/SketchDataToJSON.js b/src/shape/SketchDataToJSON.js index 172a925..5e3d34d 100644 --- a/src/shape/SketchDataToJSON.js +++ b/src/shape/SketchDataToJSON.js @@ -1,6 +1,6 @@ import { vectorArrayToBase64, imageToBase64 } from '../utils/binaryUtils.js'; -export function sketchDataToJSON({ objectsById, spaces }) { +export default function sketchDataToJSON({ objectsById, spaces }) { const data = { spaces: [] };