npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@formandcraft/kumihan

v0.1.0

Published

kumihanjsは、役物、禁則、ぶら下げ、ベタ組、カーニング等を一括で調整し、DTPのような繊細な文字組みをWebで簡単に実現するライブラリです。

Readme

kumihanjs (bulding)

kumihanjsは、役物、禁則、ぶら下げ、ベタ組、カーニング等を一括で調整し、DTPのような繊細な文字組みをWebで簡単に実現できるライブラリを目指しています。 レスポンシブに動作する精度、高速な処理、さまざまプロジェクトに導入できる汎用性を保証したいと考えています。

Documentation

ドキュメントはこちら

Installation

ESM,CJS

npm install @formandcraft/[email protected]

現在はGithub Packagesで配信中 プライペートなGithub Packagesをインストールするため、kumihanjsを使用したいプロジェクトルートに.npmrcを作成し、以下を記載

//npm.pkg.github.com/:_authToken=<TOKEN>
@formandcraft:registry=https://npm.pkg.github.com

の部分には、発行したGithub Personal Access Tokenを記載してください。、 Personal Access Tokenの権限には以下の有効化が必要です。

  • [x] repo
  • [x] read:packages
  • [x] write:packages

UMD

/umd/kumihan.js <!-- これをプロジェクトに配置し<script>で読み込み。 -->

Development

開発サーバー

ライブラリ単体の動作確認には、開発サーバーを使用します。

npm run dev

http://localhost:3000 でブラウザが自動で開き、dev/index.html のテストページが表示されます。 src/ のコードを編集すると自動でリビルド・リロードされます。

ビルド

npm run build

CJS (lib/)、ESM (esm/)、UMD (umd/) の3形式で出力されます。

npm link(別プロジェクトとの結合確認)

kumihanjsを開発しながら、ローカルのnpmプロジェクト(Next.js等)にインストールして挙動を確認したい場合

npm link          # ルートで実行:シンボリックリンクを作成
npm run build     # ルートで実行:パッケージをビルド
npm link kumihanjs  # 利用するプロジェクトルートで実行:シンボリックリンクを利用

モジュール構成の参考にしたドキュメント

https://dackdive.hateblo.jp/entry/2019/09/23/100000 https://zenn.dev/negi/scraps/ff8cc6bf68521a

License

本ライブラリはMITで配布することを目指しています。 ライブラリの保守、開発は株式会社form and craftの開発チームが行います、

Copyright (c) 2024-2025, form and craft. All rights reserved.