poemify:任意生成诗歌wa正文

时间:2024-08-03 12:50:48
【文件属性】:

文件名称:poemify:任意生成诗歌wa正文

文件大小:5KB

文件格式:ZIP

更新时间:2024-08-03 12:50:48

JavaScript

诗化 generate a poem at random with a corpus of; provided text. newlines and indentations? and punctuation are- added 用法 npm install poemify 如果要全局使用,请添加-g标志 var Poem = require ( 'poemify' ) ; var p = new Poem ( fs . readFileSync ( 'masterpiece.txt' ) . toString ( ) ) ; console . log ( p . generate ( ) ) ; 选项 诗化接受一个选项对象: coinflip (function) - 确定随机函数的回调(必须返回布尔值) indent (string) - 用作缩进的字符 max_l


【文件预览】:
poemify-master
----.gitignore(13B)
----package.json(655B)
----cli.js(2KB)
----LICENSE(1KB)
----index.js(3KB)
----test.js(813B)
----readme.md(1KB)

网友评论