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: [] };