Skip to content

A lightweight (1kB) Estimate time to read (support cjk)

Notifications You must be signed in to change notification settings

Jungwoo-An/time-to-read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time To Read

입력 받은 콘텐츠에서 읽기 시간을 측정합니다.

설치

npm install --save time-to-read

사용 방법

const timeToRead = require('time-to-read');

timeToRead('text');
timeToRead('text', options);

Option (optional)

이름 타입 기본 값 (default) 설명
wpm number 265 분당 단어 수 (English)
cjkCpm number 500 분당 character 수 (CJK)

Output

이름 타입 설명
readingTime number 측정된 읽기 시간
enReadingTime number 영문 읽기 시간
cjkReadingTime number CJK 읽기 시간
wordCount number 영어 단어 수
cjkCount number CJK character 수

참고 자료

Releases

No releases published

Packages

No packages published