Skip to content

SealKitJapanese Electronic Seal Generator

A React component library for creating hanko / inkan seals directly in the browser.

SealKit Preview

What is SealKit?

SealKit is an open-source React component library that helps developers generate traditional Japanese electronic seals — also known as hanko (判子) or inkan (印鑑) — inside any modern web application.

It is also the engine behind the free online seal generator at sealkit.app.

Quick Start

Install the package and its peer dependencies:

bash
npm install @luohuax/seal-kit konva react-konva

Then render your first seal:

tsx
import { SealCanvas } from '@luohuax/seal-kit'

function App() {
  return <SealCanvas preset="mitomein" text="山田太郎" />
}

License

MIT © luohuax

Released under the MIT License.