FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
You're Capturing Light Mode and Dark Mode Screenshots Separately. Stop.
NewsWeb Development

You're Capturing Light Mode and Dark Mode Screenshots Separately. Stop.

via Dev.to WebdevOndrej Machala12h ago

I was updating our docs last week. The settings page needed a screenshot. So I captured it in light mode, saved it, switched to dark mode, captured it again, saved that too. Then I realized I needed the mobile version. So I resized the browser. Captured light. Captured dark. Four files for one page. Multiply by 20 pages and you're managing 80 screenshots manually. One config, all variants With heroshot , you define a screenshot once: { "name" : "settings-page" , "url" : "https://myapp.com/settings" , "selector" : ".settings-form" } Run npx heroshot and you get two files: heroshots/settings-page-light.png heroshots/settings-page-dark.png It captures both color schemes automatically. No extra config. Add viewports Want mobile too? { "name" : "settings-page" , "url" : "https://myapp.com/settings" , "selector" : ".settings-form" , "viewports" : [ "desktop" , "mobile" ] } Now you get four files: heroshots/settings-page-desktop-light.png heroshots/settings-page-desktop-dark.png heroshots/set

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

Handling 100K+ Lines of Code in VS Code Like a Pro
News

Handling 100K+ Lines of Code in VS Code Like a Pro

Medium Programming • 46m ago

What Estimation Is Really For (And Why We Keep Misunderstanding It)
News

What Estimation Is Really For (And Why We Keep Misunderstanding It)

Medium Programming • 2h ago

Jesus' Messages to the World – Vol.3, Lessons 7-9: A Florilegium
News

Jesus' Messages to the World – Vol.3, Lessons 7-9: A Florilegium

Medium Programming • 3h ago

Everything Lenovo announced at MWC 2026, including foldables and modular laptops
News

Everything Lenovo announced at MWC 2026, including foldables and modular laptops

ZDNet • 3h ago

A new app alerts you if someone nearby is wearing smart glasses
News

A new app alerts you if someone nearby is wearing smart glasses

TechCrunch • 3h ago

Discover More Articles