Convert images to HTML !!!
This is a small experiment to replicate a text-image using Javascript.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
npm run dev