react-accessibility
Version:
An React Accessibility Widget that allows users to change sites visual changes
19 lines (18 loc) • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
widgetOpen: false,
fontColor: null,
fontSizeAdjustment: 0,
lineHeight: 0,
letterSpacing: 0,
titleBackgroundColor: null,
highlightLinks: false,
hideImages: false,
textAlignment: 'initial',
monochrome: false
};
exports.default = _default;