UNPKG

@gorpacrate/core-graphics

Version:

A core library for creating shape-based graphic editors

5 lines 210 B
"use strict"; exports.__esModule = true; exports.MAIN_COLOR = 'rgba(0, 160, 200, 0.5)'; exports.getAlphaMainColor = function (a) { return "rgba(0, 160, 200, " + a + ")"; }; //# sourceMappingURL=constants.js.map