2024-02-07

Convert image to HTML

Convert image to HTML table

https://image-to-html-table.pages.dev

repo

Example

Input

tango

Output

<div>
  <style>
    td {
      padding: 0;
      border: none;
      width: 1px;
      height: 1px;
    }
  </style>
  <table>
    <tr>
      <td style="background-color:#040604;"></td>
      <td style="background-color:#050604;"></td>
      <td style="background-color:#050704;"></td>
      ...
    </tr>
  </table>
</div>

Note: mostly coded by ChatGPT