English documentation site for @luohuax/seal-kit, a React component library for generating Japanese electronic seals (hanko / inkan) directly in the browser.
https://followdreams12.github.io/seal-doc/
SealKit helps developers create traditional Japanese electronic seals in web applications. It is also the engine behind the free online seal generator at sealkit.app.
- Four built-in presets: mitomein, date stamp, kakuin, and tenkoku
- High-resolution PNG export
- Google Fonts and custom font support
- TypeScript support
- Browser-based rendering with Konva Canvas
npm install @luohuax/seal-kit konva react-konvaimport { SealCanvas } from '@luohuax/seal-kit'
function App() {
return <SealCanvas preset="mitomein" text="山田太郎" />
}- Online Tool: sealkit.app
- NPM Package: @luohuax/seal-kit
- Component Source: FollowDreams12/seal-kit
pnpm install
pnpm docs:devBuild for production:
pnpm docs:buildMIT © luohuax