UNPKG

@spectrum-web-components/color-loupe

Version:

An `<sp-color-loupe>` shows the output color that would otherwise be covered by a cursor, stylus, or finger during color selection.

7 lines (6 loc) 151 B
import { ColorLoupe } from './src/ColorLoupe.js'; declare global { interface HTMLElementTagNameMap { 'sp-color-loupe': ColorLoupe; } }