https://github.com/ishi720/make_typo
タイポグリセミア変換するサービス
https://github.com/ishi720/make_typo
javascript kuromoji purecss
Last synced: 11 months ago
JSON representation
タイポグリセミア変換するサービス
- Host: GitHub
- URL: https://github.com/ishi720/make_typo
- Owner: ishi720
- Created: 2025-04-20T07:52:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T10:52:09.000Z (11 months ago)
- Last Synced: 2025-06-13T11:43:10.825Z (11 months ago)
- Topics: javascript, kuromoji, purecss
- Language: JavaScript
- Homepage: https://suisui.fun/make_typo/
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 概要
タイポグリセミア現象を使用したサービスです。
入力された文章をタイポグリセミア変換します。
# バッジ
[](https://app.codacy.com/gh/ishi720/make_typo/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
# タイポグリセミア現象とは
タイポグリセミア現象とは、単語の最初と最後の文字以外が入れ替わっていても、正しく読めてしまう現象です。
# セットアップ
- リポジトリをクローン
```bash
$ git clone git@github.com:ishi720/make_typo.git
```
- 必要パッケージをインストール
```bash
$ yarn install
$ cd app & yarn install
```
- Gulpデプロイ
```bash
$ yarn gulp
```