1.0.0 • Published 3 years ago

kurdish-dummy-text v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Kurdish-Dummy-Text

Kurdish Dummy Text usedto generate a kurish dummy text and it is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.

Features

  • you can generete a text with (KDT(1),KDT(2),...,KDT(n)),
    • KDT(1) generate 1 word ,
    • KDT(n) generate n words
  • you can generete a paragraph with (KDP(1),KDP(2),...,KDP(n)),
    • KDP(1) generate 1 paragraph,
    • KDP(n) generate n paragraphs

1.0.0

Initial release of KDT


Installation

Using npm:

$ npm i kurdish-dummy-text

How to use

In Node.js:

const {KDT,KDP} = require('kurdish-dummy-text');
console.log(KDT(47))
console.log(KDP(1))

Enjoy!