UNPKG

@livre/word-count

Version:
41 lines (33 loc) 1.54 kB
# @livre/word-count [![npm version][badge-npm-version]][url-npm] [![npm download monthly][badge-npm-download-monthly]][url-npm] [![npm download total][badge-npm-download-total]][url-npm] [![npm dependents][badge-npm-dependents]][url-github] [![npm license][badge-npm-license]][url-npm] [![pp install size][badge-pp-install-size]][url-pp] [![github commit last][badge-github-last-commit]][url-github] [![github commit total][badge-github-commit-count]][url-github] [//]: <> (Shields) [badge-npm-version]: https://flat.badgen.net/npm/v/@livre/word-count [badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@livre/word-count [badge-npm-download-total]:https://flat.badgen.net/npm/dt/@livre/word-count [badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@livre/word-count [badge-npm-license]: https://flat.badgen.net/npm/license/@livre/word-count [badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@livre/word-count [badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/livre [badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/livre [//]: <> (Link) [url-npm]: https://npmjs.org/package/@livre/word-count [url-pp]: https://packagephobia.now.sh/result?p=@livre/word-count [url-github]: https://github.com/hoyeungw/livre ##### Enums of events #### Install ```console $ npm install @livre/word-count ``` #### Usage ```js import { wordCount } from '@livre/word-count' ``` #### Meta [LICENSE (MIT)](LICENSE)