react-accessibility
Version:
An React Accessibility Widget that allows users to change sites visual changes
29 lines (28 loc) • 595 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
widgetOpen: false,
// == text ==
fontColor: false,
fontSizeAdjustment: 0,
lineHeight: 0,
letterSpacing: 0,
textBold: false,
textCase: 'initial',
textAlignment: 'initial',
textItalic: false,
// == titles ==
titleColor: false,
titleBackgroundColor: null,
highlightTitles: false,
// == other settings ==
highlightLinks: false,
hideImages: false,
monochrome: false,
highContrast: false,
lowContrast: false
};
exports.default = _default;