Skip to content

Commit

Permalink
💄 change brightness text to luminance
Browse files Browse the repository at this point in the history
  • Loading branch information
slooi committed Sep 9, 2024
1 parent 22429bb commit 68545ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Image to Perceived Brightness</title>
<title>Image to luminance</title>
</head>

<body>
<h1><b><i>CTRL+V</i></b> <span style="font-weight: 300;">to convert image to perceived brightness</span></h1>
<h1><b><i>CTRL+V</i></b> <span style="font-weight: 300;">to convert image to luminance scale</span></h1>

<div id="content"></div>
<script type="module" src="/src/main.ts"></script>
Expand Down

0 comments on commit 68545ae

Please sign in to comment.