Show HN: Invertornot.com – API to enhance your images in dark-mode

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. v8.dev

    The source code of v8.dev, the official website of the V8 project.

    Semi-related - I saw this trick on https://v8.dev a while back, but `filter: hue-rotate(180deg) invert();` can be a neat CSS trick to 'dark mode' some kinds of graphics. The `hue-rotate` help a bit to keep 'blues blue' etc.

    It's far from perfect, but it's a neat trick to be aware of.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. invertornot

    API to determine if an image should be inverted for optimal dark-mode rendering

    Exactly, the transformation done for inference are located here: https://github.com/mattismegevand/invertornot/blob/main/api/...

  4. tempo-message-dark-mode

    I built dark mode for an email client’s (shortwave.com) HTML emails and this was the last major hurdle to solve. I wish that had existed then :)

    Generally making emails dark mode is a non trivial problem, there is an hope source library that is a good start from Tempo: https://github.com/yourtempo/tempo-message-dark-mode

    However there are plenty of edge cases that plugin doesn’t handle that we had to fix at Shortwave. Examples include legacy HTML4 attributes, better support for emails that are half dark mode, emails that have background images of #fff (looking at you google play reciepts), the list goes on. It’s honestly pretty solid now

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 🚀⚙️ JavaScript Visualized: the JavaScript Engine

    2 projects | dev.to | 3 Jan 2025
  • #1 Daily Rabbit Holes: Rusty V8, Node.js and Deno

    3 projects | dev.to | 30 Nov 2024
  • TrailBase: Fast & Open FireBase alternative

    3 projects | dev.to | 28 Nov 2024
  • "Node.js: Understanding the Difference Between Current and LTS Versions"

    1 project | dev.to | 27 Jun 2024
  • When to Use Bun Instead of Node.js

    5 projects | dev.to | 15 May 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?