UNPKG
@gorpacrate/core-graphics
Version:
latest (8.0.2)
8.0.2
8.0.1
8.0.0
7.2.1
7.2.0
7.1.2
A core library for creating shape-based graphic editors
@gorpacrate/core-graphics
/
lib
/
editor-state
/
tests
/
initial-states.js
5 lines
•
249 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
exports
.
__esModule
=
true
;
var
editor_state_1 =
require
(
"../editor-state"
);
exports
.
EMPTY_INITIAL_STATE
= editor_state_1.
getInitialEditorState
({
author
:
'__never__'
,
shapesDeclarations
: {} });
//# sourceMappingURL=initial-states.js.map