UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

8 lines 419 B
export var DefaultRendererColors; (function (DefaultRendererColors) { DefaultRendererColors["ActiveCursor"] = "#07f"; DefaultRendererColors["InactiveCursor"] = "rgba(127,127,127,.7)"; DefaultRendererColors["ActiveSelection"] = "#d7e9fd"; DefaultRendererColors["InactiveSelection"] = "rgba(127,127,127,.2)"; })(DefaultRendererColors || (DefaultRendererColors = {})); //# sourceMappingURL=constants.js.map