Sunlit water
Small reflections on the water receive the strongest brightness increase.
HDR highlights for the web
A JavaScript package for brighter-than-white text and image highlights. Wrap content, set its intensity, and let compatible screens reveal the extra light.
npm install github:echohtp/brightpixels
Text emphasis
Most pages make every important idea compete with the same ordinary
white. Brightpixels lets a few words rise above that ceiling. Use it
when the reader reaches the
Restraint makes the contrast work. Keep the surrounding text calm,
then reserve HDR for
Select it. Copy it. The
Image highlights
Each pair uses the same source image. Brightpixels lifts its lightest pixels on the right. The difference depends on your browser and display; both images may look the same on a standard-range screen.
Small reflections on the water receive the strongest brightness increase.
Narrow studio reflections show how the wrapper handles bright edges and metallic surfaces.
Streetlights and their reflections stand out against the darker buildings and pavement.
HTML usage
<bright-text intensity="12">
Important words
</bright-text>
<bright-image intensity="8">
<img src="./assets/examples/chrome.png"
alt="Reflective chrome ring" />
</bright-image>