/image-to-html

Convert images to html

Primary LanguageTypeScript

Images to HTML

Convert images to HTML.

This is a small experiment to replicate a text-image using Javascript.

demo

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev