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
/
renderer
/
constants.js
5 lines
•
210 B
JavaScript
View Raw
1
2
3
4
5
"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