UNPKG

@magica11y/inverted-colors

Version:

Detects the user’s preferences for inverted colors using the 'inverted-colors' CSS3 level 5 media query.

12 lines (11 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const colorPreferences = Object.freeze({ NONE: 'none', INVERTED: 'inverted' }); var _default = colorPreferences; exports.default = _default;