chinese-lorem

Generate lorem ipsum Chinese text.

Usage no npm install needed!

<script type="module">
  import chineseLorem from 'https://cdn.skypack.dev/chinese-lorem';
</script>

README

Chinese Lorem

Generate lorem ipsum Chinese text.

中文测试文本生成器

Installation

npm install chinese-lorem

Usage

const chineseLorem = require('chinese-lorem');

chineseLorem('10c');
chineseLorem('10w');
chineseLorem(10, 'c');
chineseLorem(10, 'w');

Test

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.