mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 19:13:49 +01:00
import version
This commit is contained in:
parent
638e51ed9d
commit
1de8d84e36
@ -1,4 +1,5 @@
|
|||||||
import { vectorArrayToBase64, imageToBase64 } from '../utils/binaryUtils.js';
|
import { vectorArrayToBase64, imageToBase64 } from '../utils/binaryUtils.js';
|
||||||
|
import { VERSION } from '../constants/general.js';
|
||||||
|
|
||||||
export default function sketchDataToJSON({ objectsById, spaces }) {
|
export default function sketchDataToJSON({ objectsById, spaces }) {
|
||||||
const data = {
|
const data = {
|
||||||
|
Loading…
Reference in New Issue
Block a user