Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mojik

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mojik

Typesetting for Japanese web typography

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

Mojik

Mojikは、ウェブにおける和文の文字組みの「アキ」をコントロールするためのJavaScriptライブラリです。指定した要素のテキストを探索して、以下のパターンでのアキのコントロールを可能にします。

  • 連続する約物(括弧や句読点など)の間のアキ
  • 行頭の始め括弧の前のアキ
  • 和欧間のアキ

使い方

ファイル一式をダウンロード、もしくはnpmからインストールします。

  • ダウンロード: https://github.com/terkel/mojik/archive/master.zip
  • npm: npm install mojik

mojik.cssmojik.jsをHTMLドキュメントに読み込みます。

<link rel="stylesheet" href="path/to/mojik.css">
<script src="path/to/mojik.js"></script>

Mojik.compose()メソッドを呼び出します。引数には文字組を適用したい要素のCSSセレクターを渡します。

<script>
Mojik.compose(".ArticleBody p");
</script>

各アキ量はmojik.cssで調整します。

.mjk-western-number {
    margin-left: 0.166ch;
    margin-right: 0.166ch;
}

ライセンス

このプロジェクトはMITライセンスのもとで公開されています。

Keywords

FAQs

Package last updated on 14 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc