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.
npm install kurdish-dummy-text* 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
Initial release of KDT
---
Using npm:
``shell`
$ npm i kurdish-dummy-text
In Node.js:
`shell
const {KDT,KDP} = require('kurdish-dummy-text');
console.log(KDT(47))
console.log(KDP(1))
``
Enjoy!