Browser-Based
Generate high-resolution Japanese seals without server-side rendering. Everything runs in the browser using Konva Canvas.
A React component library for creating hanko / inkan seals directly in the browser.
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.
Install the package and its peer dependencies:
npm install @luohuax/seal-kit konva react-konvaThen render your first seal:
import { SealCanvas } from '@luohuax/seal-kit'
function App() {
return <SealCanvas preset="mitomein" text="山田太郎" />
}MIT © luohuax