HTML helper for Backend and Frontend (implemented based on `Hono`)
See more information: https://hono.dev/docs/helpers/html
npm install --save @tknf-labs/html-helper # npm
yarn add @tknf-labs/html-helper # yarn
pnpm add @tknf-labs/html-helper # pnpm
import { html } from "@tknf-labs/html-helper";
const htmlString = html`
<div>
<h1>Hello World</h1>
</div>
`;
View the changelog at CHANGELOG.md