feat: export serializeAsJSON from package (#3538)

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
This commit is contained in:
David Luzar 2021-05-12 00:24:41 +02:00 committed by GitHub
parent 92c7d3257f
commit 8068d1f853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 24 additions and 1 deletions

View file

@ -97,3 +97,5 @@ export const exportToSvg = ({
metadata,
});
};
export { serializeAsJSON } from "../data/json";