@sky-mavis/tanto-widget
Version:
Tanto Widget
16 lines (13 loc) • 361 B
JavaScript
;
const SIZE = 236;
const INSET = 8;
const SVG_SIZE = SIZE - INSET * 2;
const RADIUS = 24;
const DOT_COLOR = 'rgba(32, 31, 29, 0.4)';
const TRANSITION_DURATION = 0.4;
exports.DOT_COLOR = DOT_COLOR;
exports.INSET = INSET;
exports.RADIUS = RADIUS;
exports.SIZE = SIZE;
exports.SVG_SIZE = SVG_SIZE;
exports.TRANSITION_DURATION = TRANSITION_DURATION;